Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / mdsalutil / mdsalutil-api / src / main / java / org / opendaylight / vpnservice / mdsalutil / NwConstants.java
index 56df83530ecc42c3391b3f9d444909d60a465686..55472e297497c3d236e7e88c22a0c22fe85828e6 100644 (file)
@@ -16,7 +16,7 @@ public class NwConstants {
 
     public static final int ETHTYPE_MPLS_UC           = 0X8847;
     public static final int ETHTYPE_PBB               = 0X88E7;
-    
+
     //Protocol Type
     public static final int IP_PROT_UDP = 17;
     public static final int IP_PROT_GRE = 47;
@@ -28,7 +28,7 @@ public class NwConstants {
     //Default Port
     public static final int UDP_DEFAULT_PORT = 4789;
 
-    
+
     // Flow Actions
     public static final int ADD_FLOW = 0;
     public static final int DEL_FLOW = 1;
@@ -44,12 +44,14 @@ public class NwConstants {
     //Table IDs
     public static final short L3_FIB_TABLE = 21;
     public static final short L3_LFIB_TABLE = 20;
+    public static final short L3_SUBNET_ROUTE_TABLE=22;
 
     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 LPORT_DISPATCHER_TABLE = 17;
     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
+    public static final short DHCP_TABLE = 16;
+    public static final short DHCP_TABLE_EXTERNAL_TUNNEL = 18;
+ }