withdraw: 2602:2a3::/48
continuous-integration/drone/push Build is passing Details

This commit is contained in:
186526 2024-12-01 10:24:41 +08:00
parent 9b02a51715
commit 3f59afd16c
No known key found for this signature in database
GPG Key ID: 2ED6600900186526
1 changed files with 0 additions and 8 deletions

View File

@ -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));
}
};
};