diff options
Diffstat (limited to 'isisd/isis_cli.h')
| -rw-r--r-- | isisd/isis_cli.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/isisd/isis_cli.h b/isisd/isis_cli.h index dbb0a1a256..b55e5336d5 100644 --- a/isisd/isis_cli.h +++ b/isisd/isis_cli.h @@ -39,5 +39,9 @@ void cli_show_isis_overload(struct vty *vty, struct lyd_node *dnode, bool show_defaults); void cli_show_isis_metric_style(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +void cli_show_isis_area_pwd(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_isis_domain_pwd(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* ISISD_ISIS_CLI_H_ */ |
