diff options
Diffstat (limited to 'eigrpd')
-rw-r--r-- | eigrpd/eigrp_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_cli.c b/eigrpd/eigrp_cli.c index cf3999b45..3a978cae3 100644 --- a/eigrpd/eigrp_cli.c +++ b/eigrpd/eigrp_cli.c @@ -79,7 +79,7 @@ DEFPY_YANG( as_str, vrf ? vrf : VRF_DEFAULT_NAME); 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 eigrp_cli_show_header(struct vty *vty, struct lyd_node *dnode, |