diff options
| author | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-11-14 12:12:32 +0100 |
|---|---|---|
| committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-18 15:23:49 +0100 |
| commit | 8b104c10640892c645d34091fc1b13d98f99784d (patch) | |
| tree | 53c2cece5902324e51896fbadc9dcec5d2ff9402 /isisd/isis_cli.h | |
| parent | d1a80ef66012dfd858699d29af5addab73e454a8 (diff) | |
isisd: retrofit the 'default-originate' command
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 d28302a71d..3cd4f3e4ad 100644 --- a/isisd/isis_cli.h +++ b/isisd/isis_cli.h @@ -61,5 +61,9 @@ 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); +void cli_show_isis_def_origin_ipv4(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_isis_def_origin_ipv6(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* ISISD_ISIS_CLI_H_ */ |
