utilities: Wrong command syntax in ovs-vsctl manpage.
authorDaniele Venturino <daniele.venturino@m3s.it>
Thu, 9 Jan 2014 00:03:07 +0000 (16:03 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Jan 2014 00:03:59 +0000 (16:03 -0800)
commit69630ea06ce4697369d257c47101be88b5b08e1d
treeb60cf9560f34bfb1a7989ae05aefcc75ff8ec35b
parent5f67d45a0256558a9129d4cafd7fdca348d51290
utilities: Wrong command syntax in ovs-vsctl manpage.

The command shown in the man page to disable the STP protocol on a bridge
is:

        ovs-vsctl clear Bridge br0 stp_enable

Calling that, the following warning message is returned:

        ovs-vsctl: "clear" operation cannot be applied to column stp_enable
        of table Bridge, which is not allowed to be empty

It seems correct to use the command:

        ovs-vsctl set Bridge br0 stp_enable=false

Signed-off-by: Daniele Venturino <daniele.venturino@m3s.it>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
utilities/ovs-vsctl.8.in