add global route controller
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:
@ -98,6 +98,7 @@ function transit_import_filter(int ASN) {
|
||||
pub_preprocess_communities();
|
||||
bgp_local_pref = 400 - bgp_path.len * 10;
|
||||
if LOCAL_ASN ~ bgp_path then bgp_local_pref = 1;
|
||||
pub_route_controller_specific();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user