Misc fixes in vpnservice
[vpnservice.git] / interfacemgr / interfacemgr-impl / src / main / java / org / opendaylight / vpnservice / interfacemgr / IfmConstants.java
1 package org.opendaylight.vpnservice.interfacemgr;
2
3 public class IfmConstants {
4     public static final String IFM_IDPOOL_NAME = "interfaces";
5     public static final long IFM_IDPOOL_START = 1L;
6     public static final String IFM_IDPOOL_SIZE = "65535";
7     public static final String OF_URI_PREFIX = "openflow:";
8     public static final String OF_URI_SEPARATOR = ":";
9     public static final int DEFAULT_IFINDEX = 65536;
10
11 }