diff options
Diffstat (limited to 'isisd/isis_cli.h')
| -rw-r--r-- | isisd/isis_cli.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_cli.h b/isisd/isis_cli.h index 6001f8bcae..0bc7e1c81c 100644 --- a/isisd/isis_cli.h +++ b/isisd/isis_cli.h @@ -115,5 +115,7 @@ 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); #endif /* ISISD_ISIS_CLI_H_ */ |
