Support for tunnel creation directly by ITM
[genius.git] / itm / itm-api / src / main / java / org / opendaylight / genius / itm / globals / ITMConstants.java
index b6a953438ece8bf7860e0c67972340295bafd161..43182781534b4833eb5c8e6e4f6eb519c5ac0a83 100644 (file)
@@ -70,9 +70,5 @@ public interface ITMConstants {
     String ITM_CONFIG_ENTITY = "itm_config";
     int INVALID_PORT_NO = -1;
     int DEFAULT_FLOW_PRIORITY = 5;
-    int MAC_STRING_LENGTH = 17;
     String OF_URI_SEPARATOR = ":";
-    String DEAD_BEEF_MAC_PREFIX = "DEADBEEF";
-    String INVALID_MAC = "00:00:00:00:00:00";
-    String MAC_SEPARATOR = ":";
 }