diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-03 18:06:05 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-04 10:16:14 -0400 |
| commit | 680b9b6258e6e867d4ef94d3d3e3f77790b24091 (patch) | |
| tree | 5640bce064c54e25f45ae6cdffd306590dceb29a /lib/routemap_cli.c | |
| parent | b34232cf863072d69e6b62a38c410f6c49db397d (diff) | |
lib: Allow `no call WORD`
The `no call` cli was not accepting the original CLI as
a quick cut-n-paste. This fixes that.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/routemap_cli.c')
| -rw-r--r-- | lib/routemap_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/routemap_cli.c b/lib/routemap_cli.c index 31bee1310e..10a958abed 100644 --- a/lib/routemap_cli.c +++ b/lib/routemap_cli.c @@ -948,7 +948,7 @@ DEFPY( DEFPY( no_rmap_call, no_rmap_call_cmd, - "no call", + "no call [NAME]", NO_STR "Jump to another Route-Map after match+set\n") { |
