Bug 7045: ACL: Default flows are not programmed in Cluster environment 73/47673/5
authorShashidhar Raja <shashidharr@altencalsoftlabs.com>
Thu, 27 Oct 2016 13:15:46 +0000 (18:45 +0530)
committerSam Hague <shague@redhat.com>
Fri, 4 Nov 2016 22:35:09 +0000 (22:35 +0000)
commit7b9be1c6d76d2f762db2007a17272ae833283b74
treef6448fb943776e8d93168b2ff8004e994c7cb89d
parent6b4670098f97fd13685c42ff43f3c1a8fd7ce002
Bug 7045: ACL: Default flows are not programmed in Cluster environment

AclNodeListener (which is a DataTreeListener) had ACL service entity owner
check. Because of this check, default flows were not pushed to the switch
in clustered environment. As a fix for the issue, this check has been
removed now

Change-Id: Ia33d22dbf65db28c4963a9375a341702af2c5503
Signed-off-by: Shashidhar Raja <shashidharr@altencalsoftlabs.com>
vpnservice/aclservice/impl/src/main/java/org/opendaylight/netvirt/aclservice/listeners/AclNodeListener.java