Browse Source

extension: Add klish:password ext

Serj Kalichev 2 years ago
parent
commit
5cf510027d
1 changed files with 4 additions and 0 deletions
  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.";
+  }
 }