From: Renato Westphal Date: Fri, 4 Jan 2019 21:08:10 +0000 (-0200) Subject: ripd: fix unsetting of authentication password X-Git-Tag: 7.1_pulled~99^2~4 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=64dac4ffb9316ab51754822713c1bab6444491ac;p=matthieu%2Ffrr.git ripd: fix unsetting of authentication password Regression introduced by commit a6233bfc. Signed-off-by: Renato Westphal --- diff --git a/ripd/rip_cli.c b/ripd/rip_cli.c index 6e5c01b6db..149b30b5d4 100644 --- a/ripd/rip_cli.c +++ b/ripd/rip_cli.c @@ -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");