getPhysicalInterfaceName not finding match in some cases 48/7348/1
authorSam Hague <shague@redhat.com>
Thu, 22 May 2014 21:13:40 +0000 (17:13 -0400)
committerSam Hague <shague@redhat.com>
Thu, 22 May 2014 21:13:40 +0000 (17:13 -0400)
commitafbca266e70d6917e83620768b90e6ddaf8c7bc5
tree0bcf0e9b788b3ac537b438d3ec13746fda80b21b
parentd301d43e63f882ccf8a67b06e10d73687f99cb66
getPhysicalInterfaceName not finding match in some cases

Cases where there are multiple Open_vSwitch rows would cause
the method to not find a match. The method should loop through
all the rows until a match is found, but an early break was causing
the method to exit after the first row is processed.

Change-Id: I624bbd2aeede7c99bad62d1c5356bcf2af1dd0c8
Signed-off-by: Sam Hague <shague@redhat.com>
neutron/src/main/java/org/opendaylight/ovsdb/neutron/AdminConfigManager.java