support to get fib service in vpn manager
[vpnservice.git] / vpnmanager / vpnmanager-impl / src / main / java / org / opendaylight / vpnservice / VpnConstants.java
1 package org.opendaylight.vpnservice;
2
3 public class VpnConstants {
4     public static final String VPN_IDPOOL_NAME = "vpnservices";
5     public static final long VPN_IDPOOL_START = 1L;
6     public static final String VPN_IDPOOL_SIZE = "65535";
7     public static final short LPORT_INGRESS_TABLE = 0;
8     public static final short FIB_TABLE = 21;
9     public static final short DEFAULT_FLOW_PRIORITY = 10;
10     public static final long INVALID_ID = -1;
11 }