更新 'bird/net186_anycast.conf'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
186526 2023-03-08 10:42:27 +00:00
parent 4bd18d9925
commit 1314764325
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ protocol static default_anycast {
if (POP !~ ANYCAST_POPS) then {
bgp_large_community.add((200536, 1, 0));
}
if (POP ~ [ 221, 104, 402 ]) then {
if (POP ~ [ 221, 104, 402, 202 ]) then {
bgp_large_community.add((200536, 115, 1));
}
};