diff --git a/bird/net186_anycast.conf b/bird/net186_anycast.conf index ea1cc40..5791b82 100644 --- a/bird/net186_anycast.conf +++ b/bird/net186_anycast.conf @@ -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)); } };