]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/rip_cli.h
Merge pull request #3397 from mjstapp/fix_stream_macros
[mirror_frr.git] / ripd / rip_cli.h
index 1fe13601b69ec5a9d93952d5d76afbc7f4c1ee80..ef1e1504e8f498d863e483862597b0c932e83ae9 100644 (file)
@@ -59,5 +59,28 @@ 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);
+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_ */