Packet duplication due to forwarding from HWvTEP tunnel to ITM 75/86875/4
authorAmitesh Soni <amitesh.soni@ericsson.com>
Tue, 14 Jan 2020 07:29:31 +0000 (12:59 +0530)
committerHema Gopalakrishnan <hema.gopalkrishnan@ericsson.com>
Tue, 4 Feb 2020 05:21:04 +0000 (05:21 +0000)
Fix details:
--------------
ELAN_DMAC_TABLE = 51 has been refactored into two
ELAN_LOCAL_DMAC_TABLE = 51 and ELAN_REMOTE_DMAC_TABLE=52

Signed-off-by: Amitesh Soni <amitesh.soni@ericsson.com>
Change-Id: I6ad9d4267ab6b48c28120e7631917ec3038cea9a

mdsalutil/mdsalutil-api/src/main/java/org/opendaylight/genius/mdsalutil/NwConstants.java

index 0bdefd45ea25d3fff73dbdbc633d922b6c057dcf..b382723a44e3828a4c37123c2800eb995a571ea0 100644 (file)
@@ -148,7 +148,9 @@ public interface NwConstants {
     short ELAN_SMAC_LEARNED_TABLE = 49;
     short ELAN_SMAC_TABLE = 50;
     short ELAN_DMAC_TABLE = 51;
-    short ELAN_UNKNOWN_DMAC_TABLE = 52;
+    short ELAN_LOCAL_DMAC_TABLE = 51;
+    short ELAN_REMOTE_DMAC_TABLE = 52;
+    short ELAN_UNKNOWN_DMAC_TABLE = 53;
     short ELAN_FILTER_EQUALS_TABLE = 55;
     short DHCP_TABLE = 60;
     short SCF_UP_SUB_FILTER_TCP_BASED_TABLE = 70;