ovs-vsctl: Score perfect matches higher than ones that differ in case.
authorBen Pfaff <blp@nicira.com>
Wed, 27 Jan 2010 19:21:43 +0000 (11:21 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Jan 2010 21:51:52 +0000 (13:51 -0800)
commit5128bd9c3c71a0cd4428ec42f04da1156e16e685
treed3c22ec92659bb91dbf935e6383d976edf4005d3
parent93255bc565f74df887c0278f8e401d3febd7e61a
ovs-vsctl: Score perfect matches higher than ones that differ in case.

Before, both "xY_z" and "xy-z" were considered equally good matches for
"xy-z", but obviously the latter is a much better match.  This commit fixes
the problem (which was found by inspection).
utilities/ovs-vsctl.c