This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
install.sh
|
install.sh
|
||||||
|
ansible/hosts
|
@ -1,6 +1,6 @@
|
|||||||
function downstream_import_filter(int ASN) {
|
function downstream_import_filter(int ASN) {
|
||||||
if !is_valid() then return false;
|
if !is_valid() then return false;
|
||||||
if bgp_path.last !~ DOWNSTREAM_ASN then return false;
|
if delete(bgp_path, DOWNSTREAM_ASN).len != 0 then return false;
|
||||||
pub_add_communities(ASN, 20);
|
pub_add_communities(ASN, 20);
|
||||||
pub_preprocess_communities();
|
pub_preprocess_communities();
|
||||||
bgp_local_pref = 500 - bgp_path.len * 10;
|
bgp_local_pref = 500 - bgp_path.len * 10;
|
||||||
|
Reference in New Issue
Block a user