update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-14 23:06:59 +08:00
parent 25a30bb2a8
commit d8d7fa32f7
2 changed files with 9 additions and 0 deletions

View File

@ -11,4 +11,12 @@ protocol static default_anycast {
bgp_large_community.add((200536, 115, 1));
}
};
route 2602:2a3::/48 reject {
if (POP !~ ANYCAST_POPS) then {
bgp_large_community.add((200536, 1, 0));
}
if (POP ~ [ 221, 104, 402, 202, 101 ]) then {
bgp_large_community.add((200536, 115, 1));
}
};
};