This commit is contained in:
@ -62,7 +62,7 @@ function pub_process_communities(int ASN; int PeerType) {
|
||||
|
||||
# PEER
|
||||
if (PeerType<10) then {
|
||||
if (LOCAL_ASN, 1, 1) ~ bgp_large_community then return false;
|
||||
if (LOCAL_ASN, 1, 1) ~ bgp_large_community then bgp_community.add((65535, 65281));
|
||||
|
||||
# UPSTREAM
|
||||
} else if (PeerType=10) then {
|
||||
|
Reference in New Issue
Block a user