ovs-vsctl: Do not allow record names to be abbreviated.
authorBen Pfaff <blp@nicira.com>
Thu, 15 Jul 2010 00:04:22 +0000 (17:04 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 16 Jul 2010 16:32:11 +0000 (09:32 -0700)
commite111e681e36810ac4c5a87c1428ac243ded0ab23
tree13e2bea19650b72bff317dbb43254cc89c79662a
parentf51c1d9890c84c00950dbe5d174ef2682686bcb3
ovs-vsctl: Do not allow record names to be abbreviated.

It's pretty risky to allow record names to be abbreviated.  If eth1 through
eth20 all exist, and then someone deletes eth1, then until now an ovs-vsctl
command that mentioned eth1 would actually use eth10.  This is too much of
a caveat to let loose on unsuspecting scripts, so this commit removes that
functionality.
tests/ovs-vsctl.at
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c