summaryrefslogtreecommitdiff
path: root/templates/interfaces
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 10:22:00 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 10:22:00 -0700
commitb93e706c85101bf8786640129253ead02c988a7f (patch)
tree5f00253ce387f9e3778a8e070f5a99ecbf258401 /templates/interfaces
parentc69b84163ff8808838c5819f52105aec551d0124 (diff)
downloadvyatta-cfg-system-b93e706c85101bf8786640129253ead02c988a7f.tar.gz
vyatta-cfg-system-b93e706c85101bf8786640129253ead02c988a7f.zip
Covert bonding mode to val_help
Diffstat (limited to 'templates/interfaces')
-rw-r--r--templates/interfaces/bonding/node.tag/mode/node.def15
1 files changed, 7 insertions, 8 deletions
diff --git a/templates/interfaces/bonding/node.tag/mode/node.def b/templates/interfaces/bonding/node.tag/mode/node.def
index ff9c82bc..f76282a0 100644
--- a/templates/interfaces/bonding/node.tag/mode/node.def
+++ b/templates/interfaces/bonding/node.tag/mode/node.def
@@ -10,11 +10,10 @@ transmit-load-balance, adaptive-load-balance, or xor"
help: Bonding mode
update: sudo ${vyatta_sbindir}/vyatta-bonding.pl --dev=$VAR(../@) --mode=$VAR(@)
-comp_help: Possible bonding mode
-802.3ad IEEE 802.3ad Dynamic link aggregation (Default)
-active-backup Fault tolerant: only one slave in the bond is active
-broadcast Fault tolerant: transmits everything on all slave interfaces
-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-hash Load balance: distribute based on MAC address
+val_help:802.3ad:IEEE 802.3ad Dynamic link aggregation (Default)
+val_help:active-backup:Fault tolerant: only one slave in the bond is active
+val_help:broadcast:Fault tolerant: transmits everything on all slave interfaces
+val_help:round-robin:Load balance: transmit packets in sequential order
+val_help:transmit-load-balance:Load balance: adapts based on transmit load and speed
+val_help:adaptive-load-balance:Load balance: adapts based on transmit and receive plus ARP
+val_help:xor-hash:Load balance: distribute based on MAC address