Re: [PATCH 0/6] Bridging support v2



On Thu, 2012-06-14 at 05:01 -0400, Pavel Simerda wrote:
> [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.

My setup is as follows:

---- ifcfg-br0
NAME="Bridge"
NM_CONTROLLED="yes"
DEVICE="br0"
TYPE="Bridge"
ONBOOT="no"
IPADDR0=10.1.0.1
PREFIX0=24
BOOTPROTO=none
----

---- ifcfg-eth1
HWADDR="52:54:00:c8:5c:a0"
NAME="Slave"
UUID="5dfee073-aaa7-4fcb-a27c-c85687ff2b39"
NM_CONTROLLED="yes"
DEVICE="eth1"
TYPE="Ethernet"
BRIDGE="br0"
ONBOOT="no"
----

$ nmcli con up id Bridge
$ nmcli con status
NAME                      UUID                                   DEVICES    DEFAULT  VPN   MASTER-PATH                                 
Bridge                    d2d68553-f97e-7549-7a26-b34a26f29318   br0        no       no    not set                                     
Slave                     5dfee073-aaa7-4fcb-a27c-c85687ff2b39   eth1       no       no    /org/freedesktop/NetworkManager/Devices/3                                     
System eth0               ce6029d3-4d48-4d20-b10c-baab44318fee   eth0       yes      no    not set     
$ brctl show
bridge name	bridge id		STP enabled	interfaces
br0		8000.525400c85ca0	no		eth1


> > There is, see:
> 
> I'm trying hard to believe it :).

Not sure what that means, the files are right there in the git tree.

> > 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:

Right, it's BRIDGE= not MASTER=. My mistake.



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