BUG-1147: Fix programming of NORMAL flow entry when using OF 1.3 Provider. 52/7752/2
authorThomas Bachman <tbachman@yahoo.com>
Thu, 5 Jun 2014 14:30:36 +0000 (14:30 +0000)
committerThomas Bachman <tbachman@yahoo.com>
Thu, 5 Jun 2014 22:34:09 +0000 (22:34 +0000)
commit7ef684d4307e99c988a95f548ba03864541e2845
tree09ef72ee79218f30720ccf2501a03129128b4458
parenta4c7d4e538bacb8c954023dad625ed472307a525
BUG-1147: Fix programming of NORMAL flow entry when using OF 1.3 Provider.

The OVSDB Plugin programs the br-int and br-ex bridges with the appropriate
flows as they are discovered by the plugin. The OpenFlow 1.0 provider
correctly installs the LLDP and NORMAL flows, but the OpenFlow 1.3 provider
does not install the NORMAL flow on the br-ex bridge (note: the NORMAL flows
are only installed on br-ex bridges, and not br-int bridges, when using
OpenFlow 1.3).

This patch fixes this by programming of the NORMAL flow on br-ex
bridges when using the OpenFlow 1.3 provider.`

Change-Id: I32e5179cc94ca7afb513a5a6fb6bc6c6dc5cf84d
Signed-off-by: Thomas Bachman <tbachman@yahoo.com>
neutron/src/main/java/org/opendaylight/ovsdb/neutron/provider/OF13Provider.java