ITM changes
[vpnservice.git] / itm / itm-api / src / main / java / org / opendaylight / vpnservice / itm / globals / ITMConstants.java
index d60c72b7fcd7d198125fb83e1015476251a76d1f..cff7efe527fe1ffd1e630d5a65700a465bde2e61 100644 (file)
@@ -7,7 +7,17 @@
  */
 package org.opendaylight.vpnservice.itm.globals;
 
+import java.math.BigInteger;
+
 
 public class ITMConstants{
+
+    public static final short INTERNAL_TUNNEL_TABLE = 22;
+    public static final BigInteger COOKIE_ITM = new BigInteger("9000000", 16);
+
+  public static final String ITM_IDPOOL_NAME = "Itmservices";
+  public static final long ITM_IDPOOL_START = 1L;
+  public static final String ITM_IDPOOL_SIZE = "100000";
                 
+
 }