[ovs-git] Open vSwitch: ovs-vsctl: Do not allow record names to be abbreviated. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jul 16 16:35:09 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  e111e681e36810ac4c5a87c1428ac243ded0ab23 (commit)
      from  f51c1d9890c84c00950dbe5d174ef2682686bcb3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e111e681e36810ac4c5a87c1428ac243ded0ab23
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e111e681e36810ac4c5a87c1428ac243ded0ab23
Author: Ben Pfaff <blp at nicira.com>
		
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.


-----------------------------------------------------------------------

Summary of changes:
 tests/ovs-vsctl.at       |    5 +----
 utilities/ovs-vsctl.8.in |   10 +++-------
 utilities/ovs-vsctl.c    |   43 +++++++++++--------------------------------
 3 files changed, 15 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list