diff options
| author | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-11-13 18:59:23 +0100 |
|---|---|---|
| committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-18 15:22:37 +0100 |
| commit | 27a45d16aa045d703738601b2340a0dc6d6e5279 (patch) | |
| tree | c802e574af5c076270f9bca6b87b5c107a18af1f /isisd/isis_cli.h | |
| parent | ea120aa053268acd4ca83506d79bd7e00ba418a7 (diff) | |
isisd: retrofit the 'lsp-mtu' 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 a8fc7f1ce4..80ef82940a 100644 --- a/isisd/isis_cli.h +++ b/isisd/isis_cli.h @@ -49,5 +49,7 @@ void cli_show_isis_lsp_ref_interval(struct vty *vty, struct lyd_node *dnode, bool show_defaults); void cli_show_isis_lsp_max_lifetime(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +void cli_show_isis_lsp_mtu(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* ISISD_ISIS_CLI_H_ */ |
