X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=e9ea0c4c73a2d1e79eeaf946fa618c932daba3c4;hb=4206b80f6444ceef47ceb9e1a6b88a40eabacb1f;hp=f7b9f011199d0ebcf5e21fb9e0af8441715c71f9;hpb=b62ee96f074be58681e420e25b76371ac35dc473;p=openvswitch diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index f7b9f011..e9ea0c4c 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -840,6 +840,7 @@
stable
+

Deprecated and slated for removal in February 2013.

Attempts 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 @@ -1198,6 +1199,21 @@ IPsec tunnel.

+
gre64
+
+ It is same as GRE, but it allows 64 bit key. To store higher 32-bits + of key, it uses GRE protocol sequence number field. This is non + standard use of GRE protocol since OVS does not increment + sequence number for every packet at time of encap as expected by + standard GRE implementation. See + for information on configuring GRE tunnels. +
+ +
ipsec_gre64
+
+ Same as IPSEC_GRE except 64 bit key. +
+
capwap
An Ethernet tunnel over the UDP transport portion of CAPWAP (RFC @@ -1214,7 +1230,8 @@
null
-
An ignored interface.
+
An ignored interface. Deprecated and slated for removal in + February 2013.
@@ -1222,7 +1239,8 @@

These options apply to interfaces with of - gre, ipsec_gre, and capwap. + gre, ipsec_gre, gre64, + ipsec_gre64, and capwap.

@@ -1700,6 +1718,12 @@ faulted otherwise.

+

+ When operating over tunnels which have no in_key, or an + in_key of flow. CFM will only accept CCMs + with a tunnel key of zero. +

+ A Maintenance Point ID (MPID) uniquely identifies each endpoint within a Maintenance Association. The MPID is used to identify this endpoint @@ -1855,7 +1879,7 @@ When set, the CFM module will apply a VLAN tag to all CCMs it generates - with the given PCP value. The VLAN ID of the tag is governed by the + with the given PCP value, the VLAN ID of the tag is governed by the value of . If is unset, a VLAN ID of zero is used.