Bug 5770: Ensuring proper cleanup of VPNControlpath.
[vpnservice.git] / fibmanager / fibmanager-impl / src / main / java / org / opendaylight / vpnservice / fibmanager / FibConstants.java
index a2cfc76e81e4b625ecea50a14b50bee0b2cb7c3d..52dc950e84c243c2a7dbe190099dda3119c1b5bc 100644 (file)
@@ -15,4 +15,6 @@ public class FibConstants {
     static final BigInteger COOKIE_TUNNEL = new BigInteger("9000000", 16);
     static final int DEFAULT_FIB_FLOW_PRIORITY = 10;
     static final String FLOWID_PREFIX = "L3.";
+    static final String VPN_IDPOOL_NAME = "vpnservices";
+    static final String SEPARATOR = ".";
 }