ovs-vsctl: Allow bridge name to be omitted from del-port command.
authorBen Pfaff <blp@nicira.com>
Thu, 15 Oct 2009 19:47:05 +0000 (12:47 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 16 Oct 2009 16:26:22 +0000 (09:26 -0700)
commit3d1b9636b27ee256f91e03aa3c9bbf526ef6719f
tree7bd4db2d7c355ed58da9e8f0ca25654994c126b8
parent37c84020e98ae97356447740a0cf906bdb4d3e64
ovs-vsctl: Allow bridge name to be omitted from del-port command.

The 'bridge' argument to ovs-vsctl's del-port command is only supplied as
a form of error checking.  Sometimes the name of the bridge isn't readily
available, so for such situations this commit allows the user to omit the
name of the bridge entirely.

CC: Ian Campbell <Ian.Campbell@citrix.com>
tests/ovs-vsctl.at
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.in