mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:42:23 +00:00
eigrpd: fix xpaths
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
81ef5048dd
commit
77a42534c1
@ -671,7 +671,7 @@ DEFPY_YANG(
|
||||
as_str);
|
||||
nb_cli_enqueue_change(vty, xpath, NB_OP_CREATE, NULL);
|
||||
|
||||
snprintf(xpath_auth, sizeof(xpath_auth), "%s/summarize-address", xpath);
|
||||
snprintf(xpath_auth, sizeof(xpath_auth), "%s/summarize-addresses", xpath);
|
||||
nb_cli_enqueue_change(vty, xpath_auth, NB_OP_CREATE, prefix_str);
|
||||
|
||||
return nb_cli_apply_changes(vty, NULL);
|
||||
@ -694,7 +694,7 @@ DEFPY_YANG(
|
||||
as_str);
|
||||
nb_cli_enqueue_change(vty, xpath, NB_OP_CREATE, NULL);
|
||||
|
||||
snprintf(xpath_auth, sizeof(xpath_auth), "%s/summarize-address", xpath);
|
||||
snprintf(xpath_auth, sizeof(xpath_auth), "%s/summarize-addresses", xpath);
|
||||
nb_cli_enqueue_change(vty, xpath_auth, NB_OP_DESTROY, prefix_str);
|
||||
|
||||
return nb_cli_apply_changes(vty, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user