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 dd810fb70..34cbd646f 100644 --- a/ripd/rip_cli.h +++ b/ripd/rip_cli.h @@ -35,5 +35,7 @@ extern void cli_show_rip_distance(struct vty *vty, struct lyd_node *dnode, extern void cli_show_rip_distance_source(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +extern void cli_show_rip_neighbor(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* _FRR_RIP_CLI_H_ */ |