From 1314764325be844e2b184aa90811afb56c1353da Mon Sep 17 00:00:00 2001 From: 186526 Date: Wed, 8 Mar 2023 10:42:27 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'bird/net186=5Fanycast.con?= =?UTF-8?q?f'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bird/net186_anycast.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } };