summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-08 16:29:38 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-08 16:29:38 -0700
commit037c5999e70345243ca1a4500a5e247109f54830 (patch)
treeed6215905dd705f956bffc6143f37adda744049c
parent47f054cb196959bb79960f3b6c1524b4ff7d32a8 (diff)
downloadvyatta-cfg-system-037c5999e70345243ca1a4500a5e247109f54830.tar.gz
vyatta-cfg-system-037c5999e70345243ca1a4500a5e247109f54830.zip
Fix help/completion for xor-hash
Bug 4513
-rw-r--r--templates/interfaces/bonding/node.tag/mode/node.def4
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