X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=48315fa9c1a68e2231106b33b2ca2bebbd068a8a;hb=ebca7787e50327716e2c2ea4a7cc2656fd4e9fd5;hp=ce00cbd70adf90de88e151575e7aa1d1fa0376ff;hpb=84b32864207813c5f4b9989f66303a577cb01ba0;p=openvswitch diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index ce00cbd7..48315fa9 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -577,8 +577,8 @@

Configures LACP on this port. LACP allows directly connected - switchs to negotiate which links may be bonded. LACP may be enabled - on non-bonded ports for the benefit of any switchs they may be + switches to negotiate which links may be bonded. LACP may be enabled + on non-bonded ports for the benefit of any switches they may be connected to. active ports are allowed to initiate LACP negotiations. passive ports are allowed to participate in LACP negotiations initiated by a remote switch, but not allowed to @@ -647,6 +647,10 @@

The number of milliseconds between successive attempts to poll each interface's MII. Only relevant on ports which use miimon to detect failures.
+
bond-hash-basis
+
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.
lacp-system-id
The LACP system ID of this . The system ID of a LACP bond is used to identify itself to its partners. Must @@ -678,7 +682,11 @@
When true, configures this to require successful LACP negotiations to enable any slaves. Defaults to false which safely allows LACP to be used - with switchs that do not support the protocol.
+ with switches that do not support the protocol. +
lacp-force-aggregatable
+
When true, forces all slaves managed by this + to advertise themselves as aggregatable even if + they normally wouldn't. Defaults to false.
@@ -1293,6 +1301,11 @@ LACP negotiations s with numerically lower priorities are preferred for aggregation. Must be a number between 1 and 65535. +
lacp-aggregation-key
+
The LACP aggregation key of this . + s with different aggregation keys may not + be active within a given at the same time. Must + be a number between 1 and 65535.