From f8750cd414a0d37ac7b594c4cfa66b4e9a147888 Mon Sep 17 00:00:00 2001 From: 186526 Date: Thu, 9 Mar 2023 21:10:19 +0800 Subject: [PATCH] update anycast --- bird/net186_anycast.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bird/net186_anycast.conf b/bird/net186_anycast.conf index 5791b82..0e0f23d 100644 --- a/bird/net186_anycast.conf +++ b/bird/net186_anycast.conf @@ -1,14 +1,13 @@ -define ANYCAST_POPS = [ 104, 201, 202, 221, 241, 401, 411, 501, 402, 223 ]; +define ANYCAST_POPS = [ 104, 201, 202, 221, 241, 401, 411, 501, 402, 223, 222 ]; protocol static default_anycast { ipv6; route 2a06:a005:2980::/44 reject { bgp_large_community.add((200536, 0, 665)); - if (POP !~ ANYCAST_POPS) then { bgp_large_community.add((200536, 1, 0)); } - if (POP ~ [ 221, 104, 402, 202 ]) then { + if (POP ~ [ 221, 104, 402, 202, 101 ]) then { bgp_large_community.add((200536, 115, 1)); } };