From 680b9b6258e6e867d4ef94d3d3e3f77790b24091 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 3 Aug 2020 18:06:05 -0400 Subject: [PATCH] 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 --- lib/routemap_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- 2.39.5