]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/rip_cli.h
Merge pull request #3311 from dslicenc/static-int-up
[mirror_frr.git] / ripd / rip_cli.h
index 259a78d8ec15587c9c33d41d461a4fc08d2086d2..ef1e1504e8f498d863e483862597b0c932e83ae9 100644 (file)
@@ -25,5 +25,62 @@ extern void cli_show_router_rip(struct vty *vty, struct lyd_node *dnode,
                                bool show_defaults);
 extern void cli_show_rip_allow_ecmp(struct vty *vty, struct lyd_node *dnode,
                                    bool show_defaults);
+extern void cli_show_rip_default_information_originate(struct vty *vty,
+                                                      struct lyd_node *dnode,
+                                                      bool show_defaults);
+extern void cli_show_rip_default_metric(struct vty *vty, struct lyd_node *dnode,
+                                       bool show_defaults);
+extern void cli_show_rip_distance(struct vty *vty, struct lyd_node *dnode,
+                                 bool show_defaults);
+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);
+extern void cli_show_rip_network_prefix(struct vty *vty, struct lyd_node *dnode,
+                                       bool show_defaults);
+extern void cli_show_rip_network_interface(struct vty *vty,
+                                          struct lyd_node *dnode,
+                                          bool show_defaults);
+extern void cli_show_rip_offset_list(struct vty *vty, struct lyd_node *dnode,
+                                    bool show_defaults);
+extern void cli_show_rip_passive_default(struct vty *vty,
+                                        struct lyd_node *dnode,
+                                        bool show_defaults);
+extern void cli_show_rip_passive_interface(struct vty *vty,
+                                          struct lyd_node *dnode,
+                                          bool show_defaults);
+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_ */