]> 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 61d379f78da055a0782991172cf7fefaa40697cf..ef1e1504e8f498d863e483862597b0c932e83ae9 100644 (file)
@@ -53,5 +53,34 @@ 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);
+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_ */