diff options
| author | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-11-14 14:27:33 +0100 |
|---|---|---|
| committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-18 15:24:46 +0100 |
| commit | 83d043f6c0d2cb3986d17777aad30f9ce5cefa07 (patch) | |
| tree | 33151742db39a8679cf046f6f7980687bda650db /isisd/isis_cli.h | |
| parent | 9ce808b9553423e4f255590661ba91a084b30275 (diff) | |
isisd: retrofit the 'isis topology' command
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
Diffstat (limited to 'isisd/isis_cli.h')
| -rw-r--r-- | isisd/isis_cli.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/isisd/isis_cli.h b/isisd/isis_cli.h index cc28b871d2..6b529e71cb 100644 --- a/isisd/isis_cli.h +++ b/isisd/isis_cli.h @@ -99,5 +99,19 @@ void cli_show_ip_isis_csnp_interval(struct vty *vty, struct lyd_node *dnode, bool show_defaults); void cli_show_ip_isis_psnp_interval(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +void cli_show_ip_isis_mt_ipv4_unicast(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_ip_isis_mt_ipv4_multicast(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_ip_isis_mt_ipv4_mgmt(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_ip_isis_mt_ipv6_unicast(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_ip_isis_mt_ipv6_multicast(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_ip_isis_mt_ipv6_mgmt(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_ip_isis_mt_ipv6_dstsrc(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* ISISD_ISIS_CLI_H_ */ |
