Add: (LOCAL_ASN, 110, 30)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -20,7 +20,7 @@ function direct_peer_export_filter(int ASN) {
|
||||
pub_process_path();
|
||||
if !is_valid() then return false;
|
||||
if !is_peer_route() then return false;
|
||||
pub_add_communities(ASN, 10);
|
||||
pub_add_communities(ASN, 30);
|
||||
if pub_process_communities(ASN, 0) then return true;
|
||||
else return false;
|
||||
}
|
Reference in New Issue
Block a user