summaryrefslogtreecommitdiff
path: root/isisd/isis_cli.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2025-01-07 09:41:39 -0500
committerGitHub <noreply@github.com>2025-01-07 09:41:39 -0500
commit8168dd931d955f94369e9d1e53214d44ba53ce54 (patch)
tree22c393ceb355e43859aadda06c52945dcaa6463d /isisd/isis_cli.c
parent6060d8b3479ea390d66dd6c4ce069af363580fa8 (diff)
parenta696547d6c78d4140649f96d6bef9a335fe5dfa5 (diff)
Merge pull request #17725 from opensourcerouting/fix/full_no_form_for_area-password
isisd: Allow full `no` form for `domain-password` and `area-password`
Diffstat (limited to 'isisd/isis_cli.c')
-rw-r--r--isisd/isis_cli.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/isisd/isis_cli.c b/isisd/isis_cli.c
index 652efee89a..735e39a377 100644
--- a/isisd/isis_cli.c
+++ b/isisd/isis_cli.c
@@ -626,10 +626,17 @@ DEFPY_YANG(domain_passwd, domain_passwd_cmd,
}
DEFPY_YANG(no_area_passwd, no_area_passwd_cmd,
- "no <area-password|domain-password>$cmd",
+ "no <area-password|domain-password>$cmd [<clear|md5>$pwd_type WORD$pwd [authenticate snp <send-only|validate>$snp]]",
NO_STR
"Configure the authentication password for an area\n"
- "Set the authentication password for a routing domain\n")
+ "Set the authentication password for a routing domain\n"
+ "Clear-text authentication type\n"
+ "MD5 authentication type\n"
+ "Level-wide password\n"
+ "Authentication\n"
+ "SNP PDUs\n"
+ "Send but do not check PDUs on receiving\n"
+ "Send and check PDUs on receiving\n")
{
nb_cli_enqueue_change(vty, ".", NB_OP_DESTROY, NULL);