Ver código fonte

extension: Add klish:password ext

Serj Kalichev 2 anos atrás
pai
commit
5cf510027d
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      yang/klish.yang

+ 4 - 0
yang/klish.yang

@@ -7,4 +7,8 @@ module klish {
     argument "xpath";
     description "XPath for autocompletion.";
   }
+
+  extension password {
+    description "Leaf element contains password.";
+  }
 }