vswitch.xml: Clarify documentation for "ofport" column in Interface table.
authorBen Pfaff <blp@nicira.com>
Wed, 27 Oct 2010 19:36:36 +0000 (12:36 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Oct 2010 23:10:54 +0000 (16:10 -0700)
Reported-by: Jeremy Stribling <strib@nicira.com>
vswitchd/vswitch.xml

index c9a6e5786e846140edffa68ab3a54fe18848873f..8151807ae58bd7be7d78ec4111ca308e6393ddea 100644 (file)
         <p>Open vSwitch populates this column when the port number becomes
           known.  If the interface is successfully added,
           <ref column="ofport"/> will be set to a number between 1 and 65535
-          (generally either in the range 1 to 65280, exclusive, or 65534, the
+          (generally either in the range 1 to 65279, inclusive, or 65534, the
           port number for the OpenFlow ``local port'').  If the interface
           cannot be added then Open vSwitch sets this column
           to -1.</p>