[ovs-dev] [PATCH] utilities: Wrong command syntax in ovs-vsctl manpage.

Ben Pfaff blp at nicira.com
Thu Jan 9 00:04:23 UTC 2014


On Wed, Jan 08, 2014 at 04:40:50PM +0100, Daniele Venturino wrote:
> 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 at m3s.it>

Applied, thanks!



More information about the dev mailing list