diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2018-05-09 01:35:03 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-10-27 16:16:12 -0200 |
| commit | 94b117b2fb1be47fb00c26053cc8e1aa449fd50e (patch) | |
| tree | 02697340dd64b81db42d7097360aef19d43599dc /ripd/rip_cli.h | |
| parent | c1b7e58eda4cbe7a6fef67b5918781a040c0f234 (diff) | |
ripd: retrofit all RIP interface commands to the new northbound model
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripd/rip_cli.h')
| -rw-r--r-- | ripd/rip_cli.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ripd/rip_cli.h b/ripd/rip_cli.h index cc4a542402..ef1e1504e8 100644 --- a/ripd/rip_cli.h +++ b/ripd/rip_cli.h @@ -61,5 +61,26 @@ 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); +extern void cli_show_ip_rip_split_horizon(struct vty *vty, + struct lyd_node *dnode, + bool show_defaults); +extern void cli_show_ip_rip_v2_broadcast(struct vty *vty, + struct lyd_node *dnode, + bool show_defaults); +extern void cli_show_ip_rip_receive_version(struct vty *vty, + struct lyd_node *dnode, + bool show_defaults); +extern void cli_show_ip_rip_send_version(struct vty *vty, + struct lyd_node *dnode, + bool show_defaults); +extern void cli_show_ip_rip_authentication_scheme(struct vty *vty, + struct lyd_node *dnode, + bool show_defaults); +extern void cli_show_ip_rip_authentication_string(struct vty *vty, + struct lyd_node *dnode, + bool show_defaults); +extern void cli_show_ip_rip_authentication_key_chain(struct vty *vty, + struct lyd_node *dnode, + bool show_defaults); #endif /* _FRR_RIP_CLI_H_ */ |
