[ovs-dev] [PATCH 2/2] utilities: Update man page regarding the behaviour of admin point to point MAC parameter.

Daniele Venturino daniele.venturino at m3s.it
Thu Nov 20 17:49:10 UTC 2014


Update man page explaining that the auto detection of point to point LANs is
not implemented.

Signed-off by: Martino Fornasa <mf at fornasa.it>
---
 utilities/ovs-vsctl.8.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
index ddb8410..aca0e2a 100644
--- a/utilities/ovs-vsctl.8.in
+++ b/utilities/ovs-vsctl.8.in
@@ -1073,9 +1073,10 @@ Set the auto edge value of port \fBeth0\fR:
 .IP
 .B "ovs\-vsctl set Port eth0 other_config:rstp-port-auto-edge=true"
 .PP
-Set the admin point to point mac value of port \fBeth0\fR.  Acceptable
-values are 0 (force \fBfalse\fR), 1 (force \fBtrue\fR, the default value) or
-2 (\fBauto\fR).
+Set the admin point to point MAC value of port \fBeth0\fR.  Acceptable
+values are 0 (\fBforce false\fR), 1 (\fBforce true\fR, the default value) or
+2 (\fBauto\fR). Auto-detection of a point-to-point LAN is not
+supported, so, the value \fBauto\fB has the same effect of \fBforce false\fB.
 .IP
 .B "ovs\-vsctl set Port eth0 other_config:rstp-admin-p2p-mac=1"
 .PP
-- 
1.8.1.2




More information about the dev mailing list