Of Tunnel creation Oper Implementation
[genius.git] / itm / itm-api / src / main / java / org / opendaylight / genius / itm / globals / ITMConstants.java
index 0dcc66d4b75409d2afe2e5cab3400e3464ef03d1..0a6741d714d8304bb1731032f66d38426cd9dad0 100644 (file)
@@ -74,4 +74,5 @@ public interface ITMConstants {
     int INVALID_PORT_NO = -1;
     int DEFAULT_FLOW_PRIORITY = 5;
     String OF_URI_SEPARATOR = ":";
+    int INVALID_ID = 0;
 }