This commit is contained in:
@ -55,6 +55,7 @@ function net186_export_filter(int POPID) {
|
||||
|
||||
if bgp_large_community !~ [(LOCAL_ASN, 120, *)] then bgp_large_community.add((LOCAL_ASN, 120, POP));
|
||||
if bgp_large_community !~ [(LOCAL_ASN, 121, *)] then bgp_large_community.add((LOCAL_ASN, 121, REGION));
|
||||
if (LOCAL_ASN, 122, REGION) !~ bgp_large_community then bgp_large_community.add((LOCAL_ASN, 122, REGION));
|
||||
|
||||
return true;
|
||||
};
|
Reference in New Issue
Block a user