diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-08 16:29:38 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2009-07-17 14:47:57 -0700 |
commit | 9742d0af6d780898985289ebc153876647aa1d17 (patch) | |
tree | 58a676182627de9bc04a8b26b8f81f5615a27aac | |
parent | dd8e37e0d1fe9db8b3dace3af1d0fedc60eca6b3 (diff) | |
download | vyatta-cfg-system-9742d0af6d780898985289ebc153876647aa1d17.tar.gz vyatta-cfg-system-9742d0af6d780898985289ebc153876647aa1d17.zip |
Fix help/completion for xor-hash
Bug 4513
(cherry picked from commit 037c5999e70345243ca1a4500a5e247109f54830)
-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 |