]> 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 d65241436ff444dc2a4b2d00afe425ab5b55fdc4..d95747e0f8bfd87543bc688c8fc316a5839f9d45 100644 (file)
@@ -39,5 +39,20 @@ extern void cli_show_ripng_network_interface(struct vty *vty,
                                             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_ */