diff options
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 2a05405924..16ed784513 100644 --- a/ripd/rip_cli.h +++ b/ripd/rip_cli.h @@ -42,5 +42,7 @@ extern void cli_show_rip_network_prefix(struct vty *vty, struct lyd_node *dnode, extern void cli_show_rip_network_interface(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +extern void cli_show_rip_offset_list(struct vty *vty, struct lyd_node *dnode, + bool show_defaults); #endif /* _FRR_RIP_CLI_H_ */ |
