Bug 6581 - Make timeout for ask configurable
[netconf.git] / netconf / sal-netconf-connector / src / main / yang / netconf-node-topology.yang
index d52b93dd25b2e2490cf40ff791036451d9cf2b79..446d81540619401d3c66af4f31560ed26dd88599 100644 (file)
@@ -143,6 +143,15 @@ module netconf-node-topology {
             description "Limit of concurrent messages that can be send before reply messages are received.
                          If value <1 is provided, no limit will be enforced";
         }
+
+        leaf actor-response-wait-time {
+                    config true;
+                    type uint16 {
+                      range "1..max";
+                    }
+                    default 5;
+                    description "Time that slave actor will wait for response from master.";
+        }
     }
 
     grouping netconf-node-connection-status {