diff options
Diffstat (limited to 'ripd/rip_cli.h')
| -rw-r--r-- | ripd/rip_cli.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_cli.h b/ripd/rip_cli.h index 61d379f78d..6625a301e1 100644 --- a/ripd/rip_cli.h +++ b/ripd/rip_cli.h @@ -53,5 +53,7 @@ extern void cli_show_rip_passive_interface(struct vty *vty, extern void cli_show_rip_non_passive_interface(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +extern void cli_show_rip_redistribute(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* _FRR_RIP_CLI_H_ */ |
