summaryrefslogtreecommitdiff
path: root/ripd/rip_cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_cli.h')
-rw-r--r--ripd/rip_cli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_cli.h b/ripd/rip_cli.h
index 1fe13601b6..cc4a542402 100644
--- a/ripd/rip_cli.h
+++ b/ripd/rip_cli.h
@@ -59,5 +59,7 @@ extern void cli_show_rip_route(struct vty *vty, struct lyd_node *dnode,
bool show_defaults);
extern void cli_show_rip_timers(struct vty *vty, struct lyd_node *dnode,
bool show_defaults);
+extern void cli_show_rip_version(struct vty *vty, struct lyd_node *dnode,
+ bool show_defaults);
#endif /* _FRR_RIP_CLI_H_ */