Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 902371

Summary: NetworkManager should not do any bridge-unrelated actions on devices enslaved to bridge
Product: Red Hat Enterprise Linux 6 Reporter: David Jaša <djasa>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED DUPLICATE QA Contact: Desktop QE <desktop-qa-list>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-21 14:35:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Jaša 2013-01-21 14:17:28 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
0. stop all network-related services

1.
/etc/sysconfig/network-scripts/ifcfg-br0:
DEVICE=br0
TYPE=Bridge
BOOTPROTO=dhcp
ONBOOT=yes
DELAY=0
STP=off
NM_CONTROLLED=yes
HWADDR=f0:de:f1:04:c0:fa  # MAC address of eth0

/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BRIDGE=br0
ONBOOT=yes
BOOTPROTO=none
NM_CONTROLLED=no   # or yes, it doesn't affect reproducer yet

user-defined connection using eth0 device:
$ gconftool-2 -R /system/networking/connections/1
 /system/networking/connections/1/ipv4:
  addresses = []
  name = ipv4
  dns = []
  routes = []
  method = auto
 /system/networking/connections/1/ipv6:
  addresses = []
  name = ipv6
  dns = []
  routes = []
  method = auto
  may-fail = true
 /system/networking/connections/1/connection:
  uuid = 9b887145-365a-447a-900e-4ad3a80bf157
  name = connection
  id = Auto Ethernet
  type = 802-3-ethernet
  timestamp = 1358772786
 /system/networking/connections/1/802-3-ethernet:
  name = 802-3-ethernet
  duplex = full

2. log in to gnome session as a user to whom "Auto Ethernet" connection belongs and make sure that nm-applet is running
3. service network start
4. service NetworkManager start
  
Actual results:
3. br0 is enabled and configured successfully by network-scripts (good)
4. nm-applet senses that it "can" reconnect "Auto Ethernet" connection
5a bridge is not recognized (br0 device is "unavailable" according to nmcli)
5b NM daemon happily configures "Auto Ethernet" connection on eth0 despite:
  * the device already being part of the bridge
  * NM_CONTROLLED=no in ifcfg-eth0 (that's for separate bug)

Expected results:
4 NM daemon should see that eth0 is a part of a bridge and it should not "offer" it to the clients at all
5. even if the eth0 is visible to clients such as nm-applet who ask to enable the device, NM should refuse

Additional info:

Comment 1 David Jaša 2013-01-21 14:35:57 UTC
duplicate submit due to network issues

*** This bug has been marked as a duplicate of bug 902372 ***