]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ripd: fix unsetting of authentication password
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 4 Jan 2019 21:08:10 +0000 (19:08 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 18 Jan 2019 18:15:41 +0000 (16:15 -0200)
Regression introduced by commit a6233bfc.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ripd/rip_cli.c

index 6e5c01b6db36e94e28ff229f682aa4a24072123d..149b30b5d478344646dc570c99a24f7b44d687ca 100644 (file)
@@ -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");