diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-08-07 13:37:00 -0300 |
|---|---|---|
| committer | Olivier Dugeon <olivier.dugeon@orange.com> | 2020-04-30 11:37:38 +0200 |
| commit | 8f6c893629f609c2313150ef9ceaecd8125a3357 (patch) | |
| tree | f5eada4089dfcb4c018266963c70ba8e03a69bbc /isisd/isis_nb.h | |
| parent | 7e405d3b19152838dd6e8f03e4ba288940f3b9d5 (diff) | |
isisd: add segment-routing CLI commands
In the name of consistency, these commands are very similar to the
ospfd SR configuration commands.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_nb.h')
| -rw-r--r-- | isisd/isis_nb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/isisd/isis_nb.h b/isisd/isis_nb.h index 43ee361ca8..19ebee0e05 100644 --- a/isisd/isis_nb.h +++ b/isisd/isis_nb.h @@ -351,6 +351,14 @@ void cli_show_isis_mt_ipv6_mgmt(struct vty *vty, struct lyd_node *dnode, bool show_defaults); void cli_show_isis_mt_ipv6_dstsrc(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +void cli_show_isis_sr_enabled(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_isis_srgb(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_isis_node_msd(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_isis_prefix_sid(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); void cli_show_ip_isis_passive(struct vty *vty, struct lyd_node *dnode, bool show_defaults); void cli_show_ip_isis_password(struct vty *vty, struct lyd_node *dnode, |
