diff options
| author | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-11-14 11:50:29 +0100 |
|---|---|---|
| committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-18 15:23:49 +0100 |
| commit | d1a80ef66012dfd858699d29af5addab73e454a8 (patch) | |
| tree | 4f0644344704cc4af7ee65165f632b502efe624d /isisd/isis_cli.h | |
| parent | 66e45e10f1ea725b5acbd2579151e644be80147e (diff) | |
isisd: retrofit the mpls-te commands
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
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 1b2e89c5db..d28302a71d 100644 --- a/isisd/isis_cli.h +++ b/isisd/isis_cli.h @@ -57,5 +57,9 @@ void cli_show_isis_spf_ietf_backoff(struct vty *vty, struct lyd_node *dnode, bool show_defaults); void cli_show_isis_purge_origin(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +void cli_show_isis_mpls_te(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_isis_mpls_te_router_addr(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* ISISD_ISIS_CLI_H_ */ |
