Add session-id to the operational datastore
[netconf.git] / plugins / sal-netconf-connector / src / main / yang / odl-netconf-device.yang
index 4c676548f794e23c62d132b11b28aa844683c8f9..857dcaf7cedc5cd2eb031f878a4f6bf2ee88d144 100644 (file)
@@ -219,6 +219,13 @@ module odl-netconf-device {
   }
 
   grouping connection-oper {
+    leaf session-id {
+      config false;
+      type uint32 {
+        range "1..max";
+      }
+    }
+
     leaf connection-status {
       config false;
       type enumeration {