diff options
Diffstat (limited to 'ripd/rip_cli.c')
| -rw-r--r-- | ripd/rip_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_cli.c b/ripd/rip_cli.c index 0c5730b4d5..8a3ce24f5e 100644 --- a/ripd/rip_cli.c +++ b/ripd/rip_cli.c @@ -80,7 +80,7 @@ DEFPY_YANG (no_router_rip, nb_cli_enqueue_change(vty, xpath, NB_OP_DESTROY, NULL); - return nb_cli_apply_changes(vty, NULL); + return nb_cli_apply_changes_clear_pending(vty, NULL); } void cli_show_router_rip(struct vty *vty, struct lyd_node *dnode, |
