mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 04:50:29 +00:00
ripd: fix unsetting of authentication password
Regression introduced by commit a6233bfc
.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
c5b2b5f65c
commit
64dac4ffb9
@ -915,7 +915,7 @@ DEFPY (no_ip_rip_authentication_string,
|
||||
"Authentication string\n"
|
||||
"Authentication string\n")
|
||||
{
|
||||
nb_cli_enqueue_change(vty, "./authentication-password", NB_OP_MODIFY,
|
||||
nb_cli_enqueue_change(vty, "./authentication-password", NB_OP_DELETE,
|
||||
NULL);
|
||||
|
||||
return nb_cli_apply_changes(vty, "./frr-ripd:rip");
|
||||
|
Loading…
Reference in New Issue
Block a user