mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +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,
|
||||
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
|
||||
SET_STR
|
||||
"set BGP large community list (for deletion)\n"
|
||||
|
Loading…
Reference in New Issue
Block a user