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.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/ripd/rip_cli.h b/ripd/rip_cli.h
index cc4a542402..ef1e1504e8 100644
--- a/ripd/rip_cli.h
+++ b/ripd/rip_cli.h
@@ -61,5 +61,26 @@ 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);
+extern void cli_show_ip_rip_split_horizon(struct vty *vty,
+ struct lyd_node *dnode,
+ bool show_defaults);
+extern void cli_show_ip_rip_v2_broadcast(struct vty *vty,
+ struct lyd_node *dnode,
+ bool show_defaults);
+extern void cli_show_ip_rip_receive_version(struct vty *vty,
+ struct lyd_node *dnode,
+ bool show_defaults);
+extern void cli_show_ip_rip_send_version(struct vty *vty,
+ struct lyd_node *dnode,
+ bool show_defaults);
+extern void cli_show_ip_rip_authentication_scheme(struct vty *vty,
+ struct lyd_node *dnode,
+ bool show_defaults);
+extern void cli_show_ip_rip_authentication_string(struct vty *vty,
+ struct lyd_node *dnode,
+ bool show_defaults);
+extern void cli_show_ip_rip_authentication_key_chain(struct vty *vty,
+ struct lyd_node *dnode,
+ bool show_defaults);
#endif /* _FRR_RIP_CLI_H_ */