Browse Source

ext: Add argument for klish:password extension

Serj Kalichev 1 year ago
parent
commit
91af31b149
1 changed files with 1 additions and 0 deletions
  1. 1 0
      yang/klish.yang

+ 1 - 0
yang/klish.yang

@@ -9,6 +9,7 @@ module klish {
   }
 
   extension password {
+    argument "algo";
     description "Leaf element contains password.";
   }