Moving TableIds into a single constants file
[vpnservice.git] / mdsalutil / mdsalutil-api / src / main / java / org / opendaylight / vpnservice / mdsalutil / NwConstants.java
index da0b0f74abb9571264752702594d2dde04b4ec3f..56df83530ecc42c3391b3f9d444909d60a465686 100644 (file)
@@ -41,4 +41,15 @@ public class NwConstants {
 
     public static final int DEFAULT_ARP_FLOW_PRIORITY = 100;
 
+    //Table IDs
+    public static final short L3_FIB_TABLE = 21;
+    public static final short L3_LFIB_TABLE = 20;
+
+    public static final short L3_PROTOCOL_TABLE = 36;
+    public static final short L3_INTERFACE_TABLE = 80;
+    public static final short LPORT_DISPATCHER_TABLE = 30;
+    public static final short VLAN_INTERFACE_INGRESS_TABLE = 0;
+    public static final short INTERNAL_TUNNEL_TABLE = 36;
+    public static final short EXTERNAL_TUNNEL_TABLE = 38;
+
  }
\ No newline at end of file