mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-20 21:58:44 +00:00
bgpd: fix large-community-list commands
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
7d6e13e138
commit
ce2570bc0a
@ -11249,6 +11249,7 @@ lcommunity_list_set_vty (struct vty *vty, int argc, struct cmd_token **argv,
|
||||
return CMD_WARNING;
|
||||
}
|
||||
|
||||
idx = 0;
|
||||
argv_find (argv, argc, "AA:BB:CC", &idx);
|
||||
argv_find (argv, argc, "LINE", &idx);
|
||||
/* Concat community string argument. */
|
||||
|
Loading…
Reference in New Issue
Block a user