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:
@ -13,6 +13,7 @@ function direct_peer_import_filter(int ASN) {
|
||||
pub_add_communities(ASN, 0);
|
||||
pub_preprocess_communities();
|
||||
bgp_local_pref = 500 - bgp_path.len * 10;
|
||||
pub_route_controller_specific();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user