Merge "When a node is going down, remove edges in both directions associated with...
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / utils / GlobalConstants.java
index 0ebf633c55c123b742f8ba5365905f372f328b02..174f2546bad1039f87352b5e0a8bd129ad383732 100644 (file)
@@ -19,7 +19,8 @@ public enum GlobalConstants {
     CONTAINERNAME("name"),
     STATICVLAN("staticvlan"),
     CLUSTERINGSERVICES("clusteringservices"),
-    STARTUPHOME("configuration/startup/");
+    STARTUPHOME("configuration/startup/"),
+    PROTOCOLPLUGINTYPE("protocolPluginType");
 
     private GlobalConstants(String name) {
         this.name = name;