NETVIRT-221: Fixed rules are not added when no SG is associated with the 02/71102/6
authorkiranvasudeva <kirankumar.v@altencalsoftlabs.com>
Thu, 19 Apr 2018 09:03:10 +0000 (14:33 +0530)
committerSam Hague <shague@redhat.com>
Thu, 26 Apr 2018 13:12:35 +0000 (13:12 +0000)
commitf78ebb5a7ec568dd07725edf3c7af5b540fdc1dd
treec87176cc98d3143225bf2585a3cc552dc96c9e27
parent15dfdf2c48a9dd1a9396baa532f75554e2cd374b
NETVIRT-221: Fixed rules are not added when no SG is associated with the
port.

    1. When we add a port with SG disabled and no SG associated, the
    port does not have InterfaceAcl Augmentation. this is causing
    NullPointerException when port is updated with SG enable. So handled
    the NPE, fixed the issue and update flow will add the required fixed
    rules.

Change-Id: I0199f7eabad7f1b6caec8ce53412d86e50f63f51
Signed-off-by: kiranvasudeva <kirankumar.v@altencalsoftlabs.com>
aclservice/impl/src/main/java/org/opendaylight/netvirt/aclservice/listeners/AclInterfaceListener.java