diff options
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/rip_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_cli.c b/ripd/rip_cli.c index 58c28e54c..73442bf16 100644 --- a/ripd/rip_cli.c +++ b/ripd/rip_cli.c @@ -439,7 +439,7 @@ void cli_show_rip_non_passive_interface(struct vty *vty, */ DEFPY_YANG (rip_redistribute, rip_redistribute_cmd, - "[no] redistribute " FRR_REDIST_STR_RIPD "$protocol [{metric (0-16)|route-map WORD}]", + "[no] redistribute " FRR_REDIST_STR_RIPD "$protocol [{metric (0-16)|route-map RMAP_NAME$route_map}]", NO_STR REDIST_STR FRR_REDIST_HELP_STR_RIPD |