X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=1db89dc5be9dbc6936af263659c7d6226fb7f0c9;hb=66409d1bccbdddd8833f74876a1e7ef250034d4e;hp=36d08a443ff63e374c24bc6bafe7604d27f24d48;hpb=0b8024eb4b80ce18fa08e8c0eba3ed4316c4352a;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 36d08a443..1db89dc5b 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -210,9 +210,9 @@
1.1.0pre2.
+ The Open vSwitch version number, e.g. 1.1.0.
If Open vSwitch was configured with a build number, then it is
- also included, e.g. 1.1.0pre2+build4948.
+ also included, e.g. 1.1.0+build6579.
- The following mode requires the upstream switch to support 802.3ad with
+ The following modes require the upstream switch to support 802.3ad with
successful LACP negotiation. If LACP negotiation fails then
- balance-slb mode is used as a fallback:
+ balance-slb style flow hashing is used as a fallback:
stableAttempts to always assign a given flow to the same slave
+ consistently. In an effort to maintain stability, no load
+ balancing is done. Uses a similar hashing strategy to
+ balance-tcp, falling back to balance-slb
+ style hashing when LACP negotiations are unsuccessful.
Slave selection decisions are made based on LACP port ID when LACP + negotiations are successful, falling back to openflow port number + when unsuccessful. Thus, decisions are consistent across all + ovs-vswitchd instances with equivalent port IDs.
+These columns apply only to bonded ports. Their values are otherwise ignored.
@@ -632,18 +647,46 @@miimon to detect failures. bond-hash-basislacp-system-idlacp-system-prioritylacp-timefast and
- slow. By default slow is used. When
- configured to be fast more frequent LACP heartbeats
- will be requested causing connectivity problems to be detected more
- quickly.The LACP timing which should be used on this
+ . Possible values are fast,
+ slow and a positive number of milliseconds. By
+ default slow is used. When configured to be
+ fast LACP heartbeats are requested at a rate of once
+ per second causing connectivity problems to be detected more
+ quickly. In slow mode, heartbeats are requested at
+ a rate of once every 30 seconds.
Users may manually set a heartbeat transmission rate to increase
+ the fault detection speed further. When manually set, OVS
+ expects the partner switch to be configured with the same
+ transmission rate. Manually setting lacp-time to
+ something other than fast or slow is
+ not supported by the LACP specification.
lacp-stricttrue, configures this to
+ require successful LACP negotiations to enable any slaves.
+ Defaults to false which safely allows LACP to be used
+ with switches that do not support the protocol.lacp-force-aggregatabletrue, forces all slaves managed by this
+ to advertise themselves as aggregatable even if
+ they normally wouldn't. Defaults to false.true to enable.
+ df_inherittrue to enable.df_defaultdf_inherit option
+ is not set, or if the encapsulated packet is not IP. Default
+ is enabled; set to false to disable.pmtudfalse to disable.false to disable.
header_cachetrue to enable.
df_inherittrue to enable.df_defaultdf_inherit option
+ is not set, or if the encapsulated packet is not IP. Default
+ is enabled; set to false to disable.pmtudfalse to disable.false to disable.
capwapdf_inherittrue to enable.df_defaultdf_inherit option
+ is not set, or if the encapsulated packet is not IP. Default
+ is enabled; set to false to disable.pmtudfalse to disable.false to disable.
header_cachenulllacp-port-idlacp-port-prioritylacp-aggregation-key+ To be selected for mirroring, a given packet must enter or leave the + bridge through a selected port and it must also be in one of the + selected VLANs. +
++ These columns are mutually exclusive. Exactly one of them must be + nonempty. +
+Output port for selected packets, if nonempty. Mutually exclusive - with .
+Output port for selected packets, if nonempty.
Specifying a port for mirror output reserves that port exclusively for mirroring. No frames other than those selected for mirroring will be forwarded to the port, and any frames received on the port @@ -1569,8 +1661,7 @@
Output VLAN for selected packets, if nonempty. Mutually exclusive - with .
+Output VLAN for selected packets, if nonempty.
The frames will be sent out all ports that trunk , as well as any ports with implicit VLAN . When a mirrored frame is sent out a @@ -1777,7 +1868,8 @@ number of seconds, it will send a probe. If a response is not received for the same additional amount of time, Open vSwitch assumes the connection has been broken and attempts to reconnect. - Default is implementation-specific. + Default is implementation-specific. A value of 0 disables + inactivity probes.