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");