mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-11-02 23:35:57 +00:00
bond: use bond-slaves instead slaves
"slaves" is deprecated (not even used in official debian docs), and ifupdown don't support it
This commit is contained in:
parent
8f1c22b65b
commit
5f05aad1cb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user