From: Ethan Jackson
Date: Thu, 1 Dec 2011 02:08:01 +0000 (-0800)
Subject: vswitch.xml: Fix bond-hash-basis documentation placement.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ada1a43ffc8ceee002c9dd0249f7db0f9609c3;p=openvswitch
vswitch.xml: Fix bond-hash-basis documentation placement.
The bond-hash-basis other_config column was documented under "LACP
Configuration". Instead it should be documented as general bonding
configuration.
---
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index bebebe05..51309bf5 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -778,6 +778,15 @@
+
+ An integer hashed along with flows when choosing output slaves in load
+ balanced bonds. When changed, all flows will be assigned different
+ hash values possibly causing slave selection decisions to change. Does
+ not affect bonding modes which do not employ load balancing such as
+ active-backup
.
+
+
An important part of link bonding is detecting that links are down so
@@ -881,13 +890,6 @@
when this mode is in use. The default if not specified is
false
.
-
-
- An integer hashed along with flows when choosing output slaves. When
- changed, all flows will be assigned different hash values possibly
- causing slave selection decisions to change.
-