mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
bgpd: Fix error in "no set large-comm-list"
The cli for "no set large-comm-list..." is wrong. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
1e78204400
commit
db4f708628
@ -3992,7 +3992,7 @@ DEFUN (set_lcommunity_delete,
|
|||||||
|
|
||||||
DEFUN (no_set_lcommunity_delete,
|
DEFUN (no_set_lcommunity_delete,
|
||||||
no_set_lcommunity_delete_cmd,
|
no_set_lcommunity_delete_cmd,
|
||||||
"no set large-comm-list <(1-99|(100-500)|WORD)> [delete]",
|
"no set large-comm-list <(1-99)|(100-500)|WORD> [delete]",
|
||||||
NO_STR
|
NO_STR
|
||||||
SET_STR
|
SET_STR
|
||||||
"set BGP large community list (for deletion)\n"
|
"set BGP large community list (for deletion)\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user