[ovs-dev] [PATCH] vswitch.xml: Clarify documentation for "ofport" column in Interface table.

Ben Pfaff blp at nicira.com
Wed Oct 27 19:36:50 UTC 2010


Reported-by: Jeremy Stribling <strib at nicira.com>
---
 vswitchd/vswitch.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index c9a6e57..8151807 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -542,7 +542,7 @@
         <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>
-- 
1.7.1





More information about the dev mailing list