Bug 5199 : DHCP and Transparent code changes
[vpnservice.git] / mdsalutil / mdsalutil-api / src / main / java / org / opendaylight / vpnservice / mdsalutil / NwConstants.java
index ead21fd4e0e5e34da728896116be1e7cc245159a..9133de482765b11ce3d102684e48765b17eb2dbb 100644 (file)
@@ -47,9 +47,10 @@ public class NwConstants {
 
     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 = 36;
+    public static final short DHCP_TABLE = 16;
 
- }
\ No newline at end of file
+ }