X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=itm%2Fitm-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fvpnservice%2Fitm%2Fglobals%2FITMConstants.java;h=eddaeb4fed7e2f74cd9dd5ab915c3c8664c05612;hb=3510292a1184e25751f8690ea49a8c2312bba4b3;hp=d60c72b7fcd7d198125fb83e1015476251a76d1f;hpb=0a2b4b7ada462bbbfa5ad07ea104b82fc2f2a497;p=vpnservice.git diff --git a/itm/itm-api/src/main/java/org/opendaylight/vpnservice/itm/globals/ITMConstants.java b/itm/itm-api/src/main/java/org/opendaylight/vpnservice/itm/globals/ITMConstants.java index d60c72b7..eddaeb4f 100644 --- a/itm/itm-api/src/main/java/org/opendaylight/vpnservice/itm/globals/ITMConstants.java +++ b/itm/itm-api/src/main/java/org/opendaylight/vpnservice/itm/globals/ITMConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others. All rights reserved. + * Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, @@ -7,7 +7,19 @@ */ package org.opendaylight.vpnservice.itm.globals; +import java.math.BigInteger; + + public class ITMConstants{ + 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"; + public static final short INTERNAL_TUNNEL_TABLE = 22; + + + + public static final short TERMINATING_SERVICE_TABLE = 36; }