diff options
| author | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-11-14 10:55:54 +0100 |
|---|---|---|
| committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-18 15:23:49 +0100 |
| commit | 66e45e10f1ea725b5acbd2579151e644be80147e (patch) | |
| tree | ea3a4d18d0e6907609029dcf56bfe6406415c739 /isisd/isis_cli.h | |
| parent | 5336ba3025aa91e85f2c838898555470137ce80e (diff) | |
isisd: retrofit the 'purge-originator' command
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
Diffstat (limited to 'isisd/isis_cli.h')
| -rw-r--r-- | isisd/isis_cli.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_cli.h b/isisd/isis_cli.h index 59128c6167..1b2e89c5db 100644 --- a/isisd/isis_cli.h +++ b/isisd/isis_cli.h @@ -55,5 +55,7 @@ void cli_show_isis_spf_min_interval(struct vty *vty, struct lyd_node *dnode, bool show_defaults); 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); #endif /* ISISD_ISIS_CLI_H_ */ |
