From 439b6fcc2de96091bb48a859f80d4b14ae80f158 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 27 Oct 2010 12:36:36 -0700 Subject: [PATCH] vswitch.xml: Clarify documentation for "ofport" column in Interface table. Reported-by: Jeremy Stribling --- vswitchd/vswitch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index c9a6e578..8151807a 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -542,7 +542,7 @@

Open vSwitch populates this column when the port number becomes known. If the interface is successfully added, 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.

-- 2.30.2