From 3f59afd16cc83fe028fca9bd29d27931b8941a86 Mon Sep 17 00:00:00 2001 From: 186526 Date: Sun, 1 Dec 2024 10:24:41 +0800 Subject: [PATCH] withdraw: 2602:2a3::/48 --- bird/net186_anycast.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bird/net186_anycast.conf b/bird/net186_anycast.conf index f14fdc9..0e0f23d 100644 --- a/bird/net186_anycast.conf +++ b/bird/net186_anycast.conf @@ -11,12 +11,4 @@ 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)); - } - }; };