]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_cli.h
isisd: implemented the 'sequence-number-skipped' notification
[mirror_frr.git] / isisd / isis_cli.h
index 6001f8bcaeaf496a2adae56bb2dfe552bd644d9c..8dadf6098183cd44260f1f8d5caea99ceb4f1ad4 100644 (file)
@@ -115,5 +115,11 @@ void cli_show_ip_isis_mt_ipv6_dstsrc(struct vty *vty, struct lyd_node *dnode,
                                     bool show_defaults);
 void cli_show_ip_isis_circ_type(struct vty *vty, struct lyd_node *dnode,
                                bool show_defaults);
+void cli_show_ip_isis_network_type(struct vty *vty, struct lyd_node *dnode,
+                                  bool show_defaults);
+void cli_show_ip_isis_priority(struct vty *vty, struct lyd_node *dnode,
+                              bool show_defaults);
+void cli_show_isis_log_adjacency(struct vty *vty, struct lyd_node *dnode,
+                                bool show_defaults);
 
 #endif /* ISISD_ISIS_CLI_H_ */