diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2024-03-06 20:43:44 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-03-06 20:43:44 +0100 |
commit | 1db1fbf7a65ff6b6b7c33d365d22020dbf8f8000 (patch) | |
tree | 8a15208faa225fee89e9d56ed404263e2ce7d0fe /ripngd/ripng_nb.h | |
parent | ripd: fix missing "exit" for "router rip" (diff) | |
download | frr-1db1fbf7a65ff6b6b7c33d365d22020dbf8f8000.tar.xz frr-1db1fbf7a65ff6b6b7c33d365d22020dbf8f8000.zip |
ripngd: fix missing "exit" for "router ripng"
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to '')
-rw-r--r-- | ripngd/ripng_nb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ripngd/ripng_nb.h b/ripngd/ripng_nb.h index a6ac1fba0..790a50f62 100644 --- a/ripngd/ripng_nb.h +++ b/ripngd/ripng_nb.h @@ -107,6 +107,7 @@ void ripngd_instance_timers_apply_finish(struct nb_cb_apply_finish_args *args); /* Optional 'cli_show' callbacks. */ void cli_show_router_ripng(struct vty *vty, const struct lyd_node *dnode, bool show_defaults); +void cli_show_end_router_ripng(struct vty *vty, const struct lyd_node *dnode); void cli_show_ripng_allow_ecmp(struct vty *vty, const struct lyd_node *dnode, bool show_defaults); void cli_show_ripng_default_information_originate(struct vty *vty, |