mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
docs: examples: fixing merge errors
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@@ -31,19 +31,11 @@ iface br-300 inet static
|
||||
mstpctl-hello 2
|
||||
mstpctl-portnetwork swp13.300=no
|
||||
bridge-mclmc 3
|
||||
<<<<<<< HEAD
|
||||
bridge-mcrouter 0
|
||||
bridge-mcsnoop 1
|
||||
bridge-mcsqc 3
|
||||
bridge-mcqifaddr 1
|
||||
bridge-mcquerier 1
|
||||
=======
|
||||
bridge-mcrouter no
|
||||
bridge-mcsnoop yes
|
||||
bridge-mcsqc 3
|
||||
bridge-mcqifaddr yes
|
||||
bridge-mcquerier yes
|
||||
>>>>>>> cumulus/dev
|
||||
bridge-hashel 3
|
||||
bridge-hashmax 4
|
||||
bridge-mclmi 3
|
||||
|
@@ -4,13 +4,13 @@
|
||||
# uplink1, peerlink and downlink are bond interfaces.
|
||||
# 'bridge' is a vlan aware bridge with ports uplink1, peerlink
|
||||
# and downlink (swp2-20).
|
||||
#
|
||||
#
|
||||
# native vlan is by default 1
|
||||
#
|
||||
# 'bridge-vids' attribute is used to declare vlans.
|
||||
# 'bridge-pvid' attribute is used to specify native vlans if other than 1
|
||||
# 'bridge-access' attribute is used to declare access port
|
||||
#
|
||||
#
|
||||
auto lo
|
||||
iface lo
|
||||
|
||||
@@ -23,11 +23,7 @@ iface uplink1
|
||||
bond-slaves swp32
|
||||
bond-mode 802.3ad
|
||||
bond-miimon 100
|
||||
<<<<<<< HEAD
|
||||
bond-use-carrier 1
|
||||
=======
|
||||
bond-use-carrier yes
|
||||
>>>>>>> cumulus/dev
|
||||
bond-lacp-rate 1
|
||||
bond-min-links 1
|
||||
bond-xmit-hash-policy layer2
|
||||
@@ -39,11 +35,7 @@ iface peerlink
|
||||
bond-slaves swp30 swp31
|
||||
bond-mode 802.3ad
|
||||
bond-miimon 100
|
||||
<<<<<<< HEAD
|
||||
bond-use-carrier 1
|
||||
=======
|
||||
bond-use-carrier yes
|
||||
>>>>>>> cumulus/dev
|
||||
bond-lacp-rate 1
|
||||
bond-min-links 1
|
||||
bond-xmit-hash-policy layer3+4
|
||||
@@ -55,11 +47,7 @@ iface downlink
|
||||
bond-slaves swp1
|
||||
bond-mode 802.3ad
|
||||
bond-miimon 100
|
||||
<<<<<<< HEAD
|
||||
bond-use-carrier 1
|
||||
=======
|
||||
bond-use-carrier yes
|
||||
>>>>>>> cumulus/dev
|
||||
bond-lacp-rate 1
|
||||
bond-min-links 1
|
||||
bond-xmit-hash-policy layer3+4
|
||||
|
@@ -7,13 +7,13 @@
|
||||
#
|
||||
# All ports inherit 'vlans 10 20-23' from the 'bridge-vids' attribute
|
||||
# under the bridge
|
||||
#
|
||||
#
|
||||
# native vlan is by default 1
|
||||
#
|
||||
# 'bridge-vids' attribute is used to declare vlans.
|
||||
# 'bridge-pvid' attribute is used to specify native vlans if other than 1
|
||||
# 'bridge-access' attribute is used to declare access port
|
||||
#
|
||||
#
|
||||
# 'spine-bond host-bond-0[1-2]' are clag bonds and will be considered by
|
||||
# clagd for dual connection. clag-id has to be a non-zero and has to match
|
||||
# across the peer switches for the bonds to become dual connected.
|
||||
@@ -25,11 +25,7 @@ iface spine-bond
|
||||
bond-slaves glob swp19-22
|
||||
bond-mode 802.3ad
|
||||
bond-miimon 100
|
||||
<<<<<<< HEAD
|
||||
bond-use-carrier 1
|
||||
=======
|
||||
bond-use-carrier yes
|
||||
>>>>>>> cumulus/dev
|
||||
bond-lacp-rate 1
|
||||
bond-min-links 1
|
||||
bond-xmit-hash-policy layer3+4
|
||||
@@ -42,11 +38,7 @@ iface peer-bond
|
||||
bond-slaves glob swp23-24
|
||||
bond-mode 802.3ad
|
||||
bond-miimon 100
|
||||
<<<<<<< HEAD
|
||||
bond-use-carrier 1
|
||||
=======
|
||||
bond-use-carrier yes
|
||||
>>>>>>> cumulus/dev
|
||||
bond-lacp-rate 1
|
||||
bond-min-links 1
|
||||
bond-xmit-hash-policy layer3+4
|
||||
@@ -69,11 +61,7 @@ iface host-bond-01
|
||||
bond-slaves swp1
|
||||
bond-mode 802.3ad
|
||||
bond-miimon 100
|
||||
<<<<<<< HEAD
|
||||
bond-use-carrier 1
|
||||
=======
|
||||
bond-use-carrier yes
|
||||
>>>>>>> cumulus/dev
|
||||
bond-lacp-rate 1
|
||||
bond-min-links 1
|
||||
bond-xmit-hash-policy layer3+4
|
||||
@@ -84,11 +72,7 @@ iface host-bond-02
|
||||
bond-slaves swp2
|
||||
bond-mode 802.3ad
|
||||
bond-miimon 100
|
||||
<<<<<<< HEAD
|
||||
bond-use-carrier 1
|
||||
=======
|
||||
bond-use-carrier yes
|
||||
>>>>>>> cumulus/dev
|
||||
bond-lacp-rate 1
|
||||
bond-min-links 1
|
||||
bond-xmit-hash-policy layer3+4
|
||||
|
Reference in New Issue
Block a user