diff options
| author | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-11-13 17:59:13 +0100 |
|---|---|---|
| committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-18 15:21:52 +0100 |
| commit | 05a3f9f041c7c8558be84543624f947e291d3f3a (patch) | |
| tree | ab2ba2d37ed4113ea1e067b9224901fe1db7a620 /isisd/isis_cli.h | |
| parent | 6bb043cd0f180303d97a6311e48ba9e8fc03aa5f (diff) | |
isisd: retrofit 'set-overload-bit' and 'set-attached-bit' cmds
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 d0b03b9436..cdf71f650b 100644 --- a/isisd/isis_cli.h +++ b/isisd/isis_cli.h @@ -33,5 +33,9 @@ void cli_show_isis_is_type(struct vty *vty, struct lyd_node *dnode, bool show_defaults); void cli_show_isis_dynamic_hostname(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +void cli_show_isis_attached(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); +void cli_show_isis_overload(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* ISISD_ISIS_CLI_H_ */ |
