diff options
-rw-r--r-- | templates/interfaces/bonding/node.tag/mode/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/bonding/node.tag/mode/node.def b/templates/interfaces/bonding/node.tag/mode/node.def index 7e322ffc..4551ee47 100644 --- a/templates/interfaces/bonding/node.tag/mode/node.def +++ b/templates/interfaces/bonding/node.tag/mode/node.def @@ -1,7 +1,7 @@ type: txt default: "802.3ad" allowed: echo 802.3ad active-backup broadcast round-robin \ - transmit-load-balance adaptive-load-balance xor + transmit-load-balance adaptive-load-balance xor-hash syntax:expression: $VAR(@) in \ "802.3ad", "active-backup", "broadcast", "round-robin", \ "transmit-load-balance", "adaptive-load-balance", "xor-hash" ; \ @@ -17,4 +17,4 @@ broadcast Fault tolerant: transmits everything on all slave interfa round-robin Load balance: transmit packets in sequential order transmit-load-balance Load balance: adapts based on transmit load and speed adaptive-load-balance Load balance: adapts based on transmit and receive plus ARP -xor Load balance: distribute based on MAC address +xor-hash Load balance: distribute based on MAC address |