BUG-1188: Missing callback to provider 90/8190/1
authorFlavio Fernandes <ffernand@redhat.com>
Fri, 20 Jun 2014 19:05:07 +0000 (15:05 -0400)
committerFlavio Fernandes <ffernand@redhat.com>
Fri, 20 Jun 2014 19:05:07 +0000 (15:05 -0400)
commit609f13eb3ed5c367d32d416a9f6b55403822ef48
tree49ace9c89295202f5bf477d440bc25929f7f8b8f
parent159507c0547064de1d4bb237474f5cbf135dc901
BUG-1188: Missing callback to provider

When SouthboundHandler::processRowUpdate() gets invoked for a port,
the code was missing a callback to handleInterfaceUpdate() which
should be needed for all the interfaces for the given port.

Change-Id: I9016e3f7427a08a1d95669dd81b9257b66e81195
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
neutron/src/main/java/org/opendaylight/ovsdb/neutron/SouthboundHandler.java