From 037c5999e70345243ca1a4500a5e247109f54830 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 8 Jun 2009 16:29:38 -0700 Subject: Fix help/completion for xor-hash Bug 4513 --- templates/interfaces/bonding/node.tag/mode/node.def | 4 ++-- 1 file 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 -- cgit v1.2.3