Re: [PATCH 0/6] Bridging support v2



Still no success:

NetworkManager[20353]:    ifcfg-rh: parsing /opt/NetworkManager/etc/sysconfig/network-scripts/ifcfg-Bridge ... 
NetworkManager[20353]:    ifcfg-rh:     read connection 'Bridge Bridge'
NetworkManager[20353]:    ifcfg-rh: parsing /opt/NetworkManager/etc/sysconfig/network-scripts/ifcfg-Slave ... 
NetworkManager[20353]:    ifcfg-rh:     read connection 'System Slave'

> TYPE=Bridge
> DEVICE=br0

[root@station network-scripts]# cat ifcfg-Bridge 
UUID=fc61f6e5-8900-4c6f-915c-eb55714eb874
TYPE=bridge
DEVICE=wan3

> Type=Ethernet
> MASTER=br0

[root@station network-scripts]# cat ifcfg-Slave 
UUID=2e1906b1-92a4-4206-b2d3-eecfd07241e9
TYPE=Ethernet
Type=Ethernet
HWADDR=52:54:00:8e:93:da
MASTER=wan3
#MASTER=Bridge
#BRIDGE=wan3
#BRIDGE=Bridge

(All commented variants were also tested)

[root@station network-scripts]# brctl show
bridge name	bridge id		STP enabled	interfaces
br-nm-test-name		8000.000000000000	no		
wan		8000.000000000000	no		
wan1		8000.000000000000	no		
wan2		8000.000000000000	no		
wan3		8000.000000000000	no	

[root@station network-scripts]# /opt/NetworkManager/bin/nmcli con
NAME                      UUID                                   TYPE              TIMESTAMP-REAL                    
Test                      f3baee14-0320-45ca-a6b3-dec85a50a9f9   802-3-ethernet    Thu 14 Jun 2012 10:50:07 AM CEST  
Bridge Bridge             fc61f6e5-8900-4c6f-915c-eb55714eb874   bridge            never                             
System Slave              2e1906b1-92a4-4206-b2d3-eecfd07241e9   802-3-ethernet    Thu 14 Jun 2012 10:50:01 AM CEST  

Note: wan3 is *newly* created but eth0 is *not* added.

> There is, see:

I'm trying hard to believe it :).

> src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bridge-main
> src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bridge-component

That one says BRIDGE, not MASTER:

DEVICE=eth0
HWADDR=00:22:15:59:62:97
ONBOOT=no
BRIDGE=br0

(I also tried to add DEVICE=eth0 for a test)

Cheers,

Pavel


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]