mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 23:53:28 +00:00
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>
This commit is contained in:
parent
b34232cf86
commit
680b9b6258
@ -948,7 +948,7 @@ DEFPY(
|
|||||||
|
|
||||||
DEFPY(
|
DEFPY(
|
||||||
no_rmap_call, no_rmap_call_cmd,
|
no_rmap_call, no_rmap_call_cmd,
|
||||||
"no call",
|
"no call [NAME]",
|
||||||
NO_STR
|
NO_STR
|
||||||
"Jump to another Route-Map after match+set\n")
|
"Jump to another Route-Map after match+set\n")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user