mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-18 02:54:10 +00:00
bgpd: fix small error in community-list patch
Couldn't delete an expanded community-list by name alone Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
01defa9e0a
commit
3c4b8fe21f
@ -14140,6 +14140,7 @@ DEFUN (no_community_list_expanded_all,
|
|||||||
zlog_warn("Deprecated option: 'no ip community-list <(1-99)|(100-500)|standard|expanded> <deny|permit> AA:NN' being used");
|
zlog_warn("Deprecated option: 'no ip community-list <(1-99)|(100-500)|standard|expanded> <deny|permit> AA:NN' being used");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
idx = 0;
|
||||||
argv_find(argv, argc, "permit", &idx);
|
argv_find(argv, argc, "permit", &idx);
|
||||||
argv_find(argv, argc, "deny", &idx);
|
argv_find(argv, argc, "deny", &idx);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user