support to get fib service in vpn manager
[vpnservice.git] / vpnmanager / vpnmanager-impl / src / main / java / org / opendaylight / vpnservice / VpnConstants.java
index 69c190ff8bebea9f7261528d34d51abd464d0b43..beb17f352462c4593afe57f129f832cfd8fef23b 100644 (file)
@@ -7,4 +7,5 @@ public class VpnConstants {
     public static final short LPORT_INGRESS_TABLE = 0;
     public static final short FIB_TABLE = 21;
     public static final short DEFAULT_FLOW_PRIORITY = 10;
+    public static final long INVALID_ID = -1;
 }