diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2018-05-09 01:35:01 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-10-27 16:16:12 -0200 |
| commit | 90eff9dafe8f6985d77db9db8a1b48e159ed046c (patch) | |
| tree | 3843e159dca61d70b44441d6ae0eabe231ef3b46 /ripd/rip_cli.h | |
| parent | b745780b5f56e9770c5ba0785bafd17b2239c6cc (diff) | |
ripd: retrofit the 'version' command to the new northbound model
Trivial conversion.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripd/rip_cli.h')
| -rw-r--r-- | ripd/rip_cli.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_cli.h b/ripd/rip_cli.h index 1fe13601b6..cc4a542402 100644 --- a/ripd/rip_cli.h +++ b/ripd/rip_cli.h @@ -59,5 +59,7 @@ extern void cli_show_rip_route(struct vty *vty, struct lyd_node *dnode, bool show_defaults); extern void cli_show_rip_timers(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +extern void cli_show_rip_version(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* _FRR_RIP_CLI_H_ */ |
