summaryrefslogtreecommitdiff
path: root/isisd/isis_cli.h
diff options
context:
space:
mode:
authorEmanuele Di Pascale <emanuele@voltanet.io>2018-11-13 17:51:47 +0100
committerEmanuele Di Pascale <emanuele@voltanet.io>2018-12-18 15:21:15 +0100
commit6bb043cd0f180303d97a6311e48ba9e8fc03aa5f (patch)
tree26bd5cb7cdcfef6828125292ce4734c0337c6013 /isisd/isis_cli.h
parente6bdae69deddeb7d4097f162b999b2d486c9a1a2 (diff)
isisd: retrofit the 'dynamic-hostname' command
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
Diffstat (limited to 'isisd/isis_cli.h')
-rw-r--r--isisd/isis_cli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_cli.h b/isisd/isis_cli.h
index ebec8f3a61..d0b03b9436 100644
--- a/isisd/isis_cli.h
+++ b/isisd/isis_cli.h
@@ -31,5 +31,7 @@ void cli_show_isis_area_address(struct vty *vty, struct lyd_node *dnode,
bool show_defaults);
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);
#endif /* ISISD_ISIS_CLI_H_ */