diff options
Diffstat (limited to 'ripngd/ripng_cli.h')
| -rw-r--r-- | ripngd/ripng_cli.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ripngd/ripng_cli.h b/ripngd/ripng_cli.h index def7f2f6f5..1eafd69f9e 100644 --- a/ripngd/ripng_cli.h +++ b/ripngd/ripng_cli.h @@ -46,5 +46,8 @@ extern void cli_show_ripng_redistribute(struct vty *vty, struct lyd_node *dnode, bool show_defaults); extern void cli_show_ripng_route(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +extern void cli_show_ripng_aggregate_address(struct vty *vty, + struct lyd_node *dnode, + bool show_defaults); #endif /* _FRR_RIPNG_CLI_H_ */ |
