]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
docs: examples: fixing merge errors
authorJulien Fortin <julien@cumulusnetworks.com>
Wed, 5 Oct 2016 18:13:28 +0000 (20:13 +0200)
committerJulien Fortin <julien@cumulusnetworks.com>
Wed, 5 Oct 2016 18:13:28 +0000 (20:13 +0200)
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
docs/examples/interfaces_bridge_igmp_mstp
docs/examples/vlan_aware_bridges/interfaces.with_bonds
docs/examples/vlan_aware_bridges/interfaces.with_clag

index 4c2fb2031cb9e67dd23097cc96017a4a9ea057da..279f21b02dba536da4bd072f3ebed048796cc019 100644 (file)
@@ -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
index dfd4b6333c29085fe55b2ef91621da2b026d314d..692a1e6773ac4ded26443f37400686dff68f8188 100644 (file)
@@ -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
index fabc245a4eb973728f2e5d085359b3affd64cafc..42cfd28bd72d1615208c6592c76fab31c85befbe 100644 (file)
@@ -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