Bug 7922 - Use counter to keep track of duplicate flow entries
[netvirt.git] / openstack / net-virt / src / main / java / org / opendaylight / netvirt / openstack / netvirt / api / Constants.java
index a69e712e8e995780c0a5da7476e4ee46a0acae8c..8773993a21ab8b9f6a4c8ac1b45117221cdf8be5 100644 (file)
@@ -86,15 +86,13 @@ public final class Constants {
 
     public static final Integer PROTO_DHCP_CLIENT_TRAFFIC_MATCH_PRIORITY = 61012;
     public static final Integer PROTO_MATCH_PRIORITY = 61010;
-    public static final Integer PREFIX_MATCH_PRIORITY = 61009;
-    public static final Integer PROTO_PREFIX_MATCH_PRIORITY = 61008;
-    public static final Integer PROTO_PORT_MATCH_PRIORITY = 61007;
-    public static final Integer PROTO_PORT_PREFIX_MATCH_PRIORITY = 61004;
     public static final Integer PROTO_DHCP_SERVER_MATCH_PRIORITY = 61008;
-    public static final Integer PROTO_PORT_ICMP_MATCH_PRIORITY = 61003;
-    public static final Integer PROTO_TCP_SYN_MATCH_PRIORITY_DROP = 61002;
+    public static final Integer PROTO_PORT_MATCH_PRIORITY = 61007;
+    public static final Integer PROTO_IP_PORT_MATCH_PRIORITY = 61006;
     public static final Integer PROTO_REG6_MATCH_PRIORITY = 61005;
-    public static final Integer PROTO_VM_IP_MAC_MATCH_PRIORITY = 36001;
+    public static final Integer PROTO_OTHER_MATCH_PRIORITY = 61004;
+    public static final Integer PROTO_PORT_ICMP_MATCH_PRIORITY = 61003;
+    public static final Integer PROTO_PORT_DROP_PRIORITY = 61002;
     public static final Integer CT_STATE_UNTRACKED_PRIORITY = 62030;
     public static final Integer CT_STATE_TRACKED_EXIST_PRIORITY = 62020;
     public static final Integer CT_STATE_TRACKED_NEW_PRIORITY = 62010;