]> git.proxmox.com Git - pve-docs.git/commitdiff
bond: use bond-slaves instead slaves
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 9 Nov 2020 08:26:23 +0000 (09:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 22 Nov 2020 18:04:13 +0000 (19:04 +0100)
"slaves" is deprecated (not even used in official debian docs),
and ifupdown don't support it

pve-network.adoc

index 692326fb65ba4cfaa029b863de9257de0e281a86..34cc6c8ea78e808ade8f99384b568e78452778fb 100644 (file)
@@ -359,7 +359,7 @@ iface eno3 inet manual
 
 auto bond0
 iface bond0 inet static
-      slaves eno1 eno2
+      bond-slaves eno1 eno2
       address  192.168.1.2
       netmask  255.255.255.0
       bond-miimon 100
@@ -393,7 +393,7 @@ iface eno2 inet manual
 
 auto bond0
 iface bond0 inet manual
-      slaves eno1 eno2
+      bond-slaves eno1 eno2
       bond-miimon 100
       bond-mode 802.3ad
       bond-xmit-hash-policy layer2+3
@@ -527,7 +527,7 @@ iface eno2 inet manual
 
 auto bond0
 iface bond0 inet manual
-      slaves eno1 eno2
+      bond-slaves eno1 eno2
       bond-miimon 100
       bond-mode 802.3ad
       bond-xmit-hash-policy layer2+3