mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Fix a few more s/br/bridge/g
Ticket: CM-3346 Reviewed By: Testing Done: (cherry picked from commit e63e03e90af531ab660dca03f437f8432337c5d3)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#
|
||||
|
||||
#
|
||||
# ports swp1-swp52 are trunk ports which inherit vlans from the bridge br
|
||||
# ports swp1-swp52 are trunk ports which inherit vlans from 'bridge'
|
||||
# ie vlans 310 700 707 712 850 910
|
||||
|
||||
#
|
||||
|
@@ -28,19 +28,19 @@ iface swp2
|
||||
mstpctl-bpduguard yes
|
||||
|
||||
# The following port is the trunk uplink and inherits all vlans
|
||||
# from bridge br
|
||||
# from 'bridge'
|
||||
auto swp49
|
||||
iface swp49
|
||||
mstpctl-portpathcost 10
|
||||
|
||||
# The following port is the trunk uplink and inherits all vlans
|
||||
# from bridge br
|
||||
# from 'bridge'
|
||||
auto swp50
|
||||
iface swp50
|
||||
mstpctl-portpathcost 0
|
||||
|
||||
#
|
||||
# ports swp3-swp48 are trunk ports which inherit vlans from the bridge br
|
||||
# ports swp3-swp48 are trunk ports which inherit vlans from the 'bridge'
|
||||
# ie vlans 310,700,707,712,850,910
|
||||
|
||||
#
|
||||
|
@@ -77,7 +77,7 @@ vlan bridge.4094
|
||||
bridge-igmp-querier-src 172.16.101.1
|
||||
|
||||
#
|
||||
# vlan aware bridge br
|
||||
# vlan aware bridge
|
||||
#
|
||||
auto bridge
|
||||
iface bridge
|
||||
|
@@ -74,7 +74,6 @@ iface host-bond-02
|
||||
bond-xmit-hash-policy layer3+4
|
||||
|
||||
# the bridge
|
||||
#
|
||||
auto bridge
|
||||
iface bridge
|
||||
bridge-vlan-aware yes
|
||||
|
Reference in New Issue
Block a user