Bug 8400 - ACL changes doesn't affect the 86/66786/2
authorvinothb <vinothb@hcl.com>
Mon, 25 Sep 2017 22:37:28 +0000 (18:37 -0400)
committerVinothB <vinothb@hcl.com>
Fri, 2 Feb 2018 19:45:36 +0000 (14:45 -0500)
existing connections

Problem:
    Change in SG rules not affecting
the existing communications

Fix provided:
    When we delete the SG rule, added
a flow to reset the communication.

Change-Id: I40bb9c93b11b785e153e5751f083b628cec4b000
Signed-off-by: vinothb <vinothb@hcl.com>
mdsalutil/mdsalutil-api/src/main/java/org/opendaylight/genius/mdsalutil/NwConstants.java

index 4c1ca7124784b24e3f3c2a2fb9c1e8408ab2a6e3..d70231977b7540d91dffeb9eb594710acbba9f06 100644 (file)
@@ -166,11 +166,10 @@ public interface NwConstants {
     short INGRESS_REMOTE_ACL_TABLE = 216;
     short INGRESS_ACL_COMMITTER_TABLE = 217;
     // TODO: Remove below unused old ACL constants.
-    short INGRESS_ACL_TABLE = 211;
-    short INGRESS_ACL_REMOTE_ACL_TABLE = 212;
+    short INGRESS_ACL_TABLE = 210;
+    short INGRESS_ACL_REMOTE_ACL_TABLE = 211;
+    short INGRESS_ACL_STATEFUL_APPLY_CHANGE_EXIST_TRAFFIC_TABLE = 212;
     short INGRESS_ACL_FILTER_TABLE = 213;
-    short INGRESS_LEARN_TABLE = 212;
-    short INGRESS_LEARN_ACL_REMOTE_ACL_TABLE = 213;
     short INGRESS_LEARN_ACL_FILTER_TABLE = 214;
     short INGRESS_COUNTERS_TABLE = 219;
     short EGRESS_LPORT_DISPATCHER_TABLE = 220;
@@ -189,8 +188,9 @@ public interface NwConstants {
     short EGRESS_REMOTE_ACL_TABLE = 246;
     short EGRESS_ACL_COMMITTER_TABLE = 247;
     // TODO: Remove below unused old ACL constants.
-    short EGRESS_ACL_TABLE = 241;
-    short EGRESS_ACL_REMOTE_ACL_TABLE = 242;
+    short EGRESS_ACL_TABLE = 240;
+    short EGRESS_ACL_REMOTE_ACL_TABLE = 241;
+    short EGRESS_ACL_STATEFUL_APPLY_CHANGE_EXIST_TRAFFIC_TABLE = 242;
     short EGRESS_ACL_FILTER_TABLE = 243;
     short EGRESS_LEARN_TABLE = 242;
     short EGRESS_LEARN_ACL_REMOTE_ACL_TABLE = 243;