Allow specification of ODL's HELLO message
[netconf.git] / netconf / sal-netconf-connector / src / main / yang / netconf-node-topology.yang
index 1e1f85545e350ec69cd65fe268506537ba3ce378..231a382f53dc63416b8b258daef35b0a3152f065 100644 (file)
@@ -209,6 +209,15 @@ module netconf-node-topology {
                     default 5;
                     description "Time that slave actor will wait for response from master.";
         }
+
+        container odl-hello-message-capabilities {
+            config true;
+            leaf-list capability {
+                type inet:uri;
+                description "Certain devices are non-accepting of ODL's hello message.  This allows specification of
+                             a custom ODL hello message based on a list of supported capabilities.";
+            }
+        }
     }
 
     grouping netconf-node-connection-status {