[ovs-git] Open vSwitch: ovs-vsctl: Log better warnings for duplicate ports and interfaces. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jul 26 16:50:18 UTC 2011


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  48a695011b3dda6b68e9a07824d649aa6b8eb2ef (commit)
      from  211b05b5a1329b60f5eefb0ac22c59d213b982e6 (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 48a695011b3dda6b68e9a07824d649aa6b8eb2ef
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=48a695011b3dda6b68e9a07824d649aa6b8eb2ef
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Log better warnings for duplicate ports and interfaces.
		
The database prevents multiple ports or interfaces with a single name, but
duplicates can still occur if, for example, two bridges' "ports" columns
both point to a single Port record.  The existing warning just says in this
case that the database contains a duplicate port name.  This prompts users
to dump the Port table to look for the duplicate.  Of course there isn't
one, so then they ask me to point out the problem.

This commit improves the log message to point out the actual problem.


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

Summary of changes:
 utilities/ovs-vsctl.c |   36 ++++++++++++++++++++++++++++--------
 1 files changed, 28 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list