From b93e706c85101bf8786640129253ead02c988a7f Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 19 Jul 2010 10:22:00 -0700 Subject: Covert bonding mode to val_help --- templates/interfaces/bonding/node.tag/mode/node.def | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'templates/interfaces/bonding') 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 -- cgit v1.2.3