diff options
| author | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-11-14 14:44:07 +0100 |
|---|---|---|
| committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-18 15:24:46 +0100 |
| commit | 2adf66ff353a833286e80052225ad8aadb5984ba (patch) | |
| tree | cfe81fb09ba7d23b28149e421df5338644267412 /isisd/isis_cli.h | |
| parent | d59c2d6be6452601c2fb0f8b1316c73aa17853c1 (diff) | |
isisd: retrofit the 'log-adjacency-changes' 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 90e31859fc..8dadf60981 100644 --- a/isisd/isis_cli.h +++ b/isisd/isis_cli.h @@ -119,5 +119,7 @@ void cli_show_ip_isis_network_type(struct vty *vty, struct lyd_node *dnode, bool show_defaults); void cli_show_ip_isis_priority(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +void cli_show_isis_log_adjacency(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* ISISD_ISIS_CLI_H_ */ |
