Initial implementation of netconf monitoring module according to http://tools.ietf...
[controller.git] / opendaylight / netconf / netconf-util / src / main / java / org / opendaylight / controller / netconf / util / xml / XmlNetconfConstants.java
index 7fb293f054e40aff5e3d840488a4b3b9047e8110..c410cf30b0abd00290bbc178c5ea3c9cbc7c0a21 100644 (file)
@@ -43,4 +43,5 @@ public class XmlNetconfConstants {
     public static final String URN_IETF_PARAMS_XML_NS_YANG_IETF_NETCONF_MONITORING = "urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring";
     // TODO where to store namespace of config ?
     public static final String URN_OPENDAYLIGHT_PARAMS_XML_NS_YANG_CONTROLLER_CONFIG = "urn:opendaylight:params:xml:ns:yang:controller:config";
+    public static final String GET = "get";
 }