vswitch.xml: Fix bond-hash-basis documentation placement.
authorEthan Jackson <ethan@nicira.com>
Thu, 1 Dec 2011 02:08:01 +0000 (18:08 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 1 Dec 2011 19:05:57 +0000 (11:05 -0800)
The bond-hash-basis other_config column was documented under "LACP
Configuration".  Instead it should be documented as general bonding
configuration.

vswitchd/vswitch.xml

index bebebe058d9aa674276566cec668a33de36662db..51309bf5b2230d8358dbbd7f72bcfbfa608c21c0 100644 (file)
         </p>
       </column>
 
+      <column name="other_config" key="bond-hash-basis"
+              type='{"type": "integer"}'>
+        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
+        <code>active-backup</code>.
+      </column>
+
       <group title="Link Failure Detection">
         <p>
           An important part of link bonding is detecting that links are down so
           when this mode is in use.  The default if not specified is
           <code>false</code>.
         </column>
-
-        <column name="other_config" key="bond-hash-basis"
-                type='{"type": "integer"}'>
-          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.
-        </column>
       </group>
 
       <group title="SLB Configuration">