X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=c181b95aeab1b6bd940bd2620136756677dd9cee;hb=35bedb6171b62dd528e01dbeb8943bb841365bf5;hp=e9ea0c4c73a2d1e79eeaf946fa618c932daba3c4;hpb=b363bae4f802a07efec6e012075caf915e1e4fe5;p=openvswitch diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index e9ea0c4c..c181b95a 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.

+
@@ -1366,7 +1377,8 @@ 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 - enabled; set to false to disable. + disabled; set to true to enable. This feature is + deprecated and will be removed soon.