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

Jarno Rajahalme jrajahalme at nicira.com
Thu Nov 20 22:31:22 UTC 2014


Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>

Pushed to master with this incremental:

diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
index aca0e2a..1c6334a 100644
--- a/utilities/ovs-vsctl.8.in
+++ b/utilities/ovs-vsctl.8.in
@@ -1074,9 +1074,10 @@ Set the auto edge value of port \fBeth0\fR:
 .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 (\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.
+values are \fB0\fR (not point-to-point), \fB1\fR (point-to-point, the
+default value) or \fB2\fR (automatic detection).  The auto-detection
+mode is not currently implemented, and the value \fB2\fR has the same
+effect of \fB0\fR (not point-to-point).
 .IP
 .B "ovs\-vsctl set Port eth0 other_config:rstp-admin-p2p-mac=1"
 .PP

  Jarno


On Nov 20, 2014, at 9:49 AM, Daniele Venturino <daniele.venturino at m3s.it> wrote:

> 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