]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_cli.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / ripngd / ripng_cli.h
index a3f29b985985a2e7e2d5c913b13d460173691f9e..d95747e0f8bfd87543bc688c8fc316a5839f9d45 100644 (file)
 #ifndef _FRR_RIPNG_CLI_H_
 #define _FRR_RIPNG_CLI_H_
 
+extern void cli_show_router_ripng(struct vty *vty, struct lyd_node *dnode,
+                                 bool show_defaults);
+extern void cli_show_ripng_allow_ecmp(struct vty *vty, struct lyd_node *dnode,
+                                     bool show_defaults);
+extern void cli_show_ripng_default_information_originate(struct vty *vty,
+                                                        struct lyd_node *dnode,
+                                                        bool show_defaults);
+extern void cli_show_ripng_default_metric(struct vty *vty,
+                                         struct lyd_node *dnode,
+                                         bool show_defaults);
+extern void cli_show_ripng_network_prefix(struct vty *vty,
+                                         struct lyd_node *dnode,
+                                         bool show_defaults);
+extern void cli_show_ripng_network_interface(struct vty *vty,
+                                            struct lyd_node *dnode,
+                                            bool show_defaults);
+extern void cli_show_ripng_offset_list(struct vty *vty, struct lyd_node *dnode,
+                                      bool show_defaults);
+extern void cli_show_ripng_passive_interface(struct vty *vty,
+                                            struct lyd_node *dnode,
+                                            bool show_defaults);
+extern void cli_show_ripng_redistribute(struct vty *vty, struct lyd_node *dnode,
+                                       bool show_defaults);
+extern void cli_show_ripng_route(struct vty *vty, struct lyd_node *dnode,
+                                bool show_defaults);
+extern void cli_show_ripng_aggregate_address(struct vty *vty,
+                                            struct lyd_node *dnode,
+                                            bool show_defaults);
+extern void cli_show_ripng_timers(struct vty *vty, struct lyd_node *dnode,
+                                 bool show_defaults);
+extern void cli_show_ipv6_ripng_split_horizon(struct vty *vty,
+                                             struct lyd_node *dnode,
+                                             bool show_defaults);
+
 #endif /* _FRR_RIPNG_CLI_H_ */