ovs-vsctl: Log better warnings for duplicate ports and interfaces.
authorBen Pfaff <blp@nicira.com>
Fri, 8 Jul 2011 19:31:55 +0000 (12:31 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 16:47:03 +0000 (09:47 -0700)
commit48a695011b3dda6b68e9a07824d649aa6b8eb2ef
tree0cacdd88dd66e3cf20ecc3e219f6d4be4497b3e6
parent211b05b5a1329b60f5eefb0ac22c59d213b982e6
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.
utilities/ovs-vsctl.c