ripd: fix unsetting of authentication password

Regression introduced by commit a6233bfc.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
Renato Westphal 2019-01-04 19:08:10 -02:00
parent c5b2b5f65c
commit 64dac4ffb9

View File

@ -915,7 +915,7 @@ DEFPY (no_ip_rip_authentication_string,
"Authentication string\n" "Authentication string\n"
"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); NULL);
return nb_cli_apply_changes(vty, "./frr-ripd:rip"); return nb_cli_apply_changes(vty, "./frr-ripd:rip");