X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=vswitchd%2Fvswitch.xml;h=602e68713db4e052646122d3aad71020d5bdf93f;hb=70cf679a5a8307f1bae268fcc67741d446990f9c;hp=0bc4ccdc86a6c4e56f59f12b35712596e1ea2c61;hpb=85b53b3110a1c97c4eaaf647adb8ab8afbeba0e7;p=openvswitch diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 0bc4ccdc..602e6871 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1159,6 +1159,17 @@ cannot be added then Open vSwitch sets this column to -1.

+ + +

Requested OpenFlow port number for this interface. The port + number must be between 1 and 65279, inclusive. Some datapaths + cannot satisfy all requests for particular port numbers. When + this column is empty or the request cannot be fulfilled, the + system will choose a free port. The + column reports the assigned OpenFlow port number.

+

The port number must be requested in the same transaction + that creates the port.

+
@@ -1222,6 +1233,9 @@ implemented. UDP ports 58881 and 58882 are used as the source and destination ports respectively. CAPWAP is currently supported only with the Linux kernel datapath with kernel version 2.6.26 or later. + + CAPWAP support is deprecated and will be removed no earlier than + February 2013.
patch
@@ -1366,23 +1380,14 @@ of the tunnel headers. Note that this option causes behavior that is typically reserved for routers and therefore is not entirely in compliance with the IEEE 802.1D specification for bridges. Default is - disabled; set to true to enable. + disabled; set to true to enable. This feature is + deprecated and will be removed soon.

Only gre interfaces support these options.

- - - Enable caching of tunnel headers and the output path. This can lead - to a significant performance increase without changing behavior. In - general it should not be necessary to adjust this setting. However, - the caching can bypass certain components of the IP stack (such as - iptables) and it may be useful to disable it if these - features are required or as a debugging measure. Default is enabled, - set to false to disable. -