Skip to content

Commit 141141e

Browse files
committed
lon.ns2: Misaka.io: do not advertise to xTom
1 parent 27ffc8c commit 141141e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bird.lon.ns2.grapheneos.org.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ filter grapheneos_ipv4_filter {
4141
# NTT: prepend 2x to all peers in South America
4242
bgp_community.add((2914, 4622));
4343

44+
# Misaka.io: do not advertise to xTom
45+
bgp_ext_community.add((rt, 65009, 3214));
46+
4447
# GTT: set localpref way below peers in configured regions
4548
bgp_community.add((3257, 1960));
4649
# GTT: set localpref in Asia
@@ -171,6 +174,9 @@ filter grapheneos_ipv6_filter {
171174
# NTT: prepend 2x to all peers in South America
172175
bgp_community.add((2914, 4622));
173176

177+
# Misaka.io: do not advertise to xTom
178+
bgp_ext_community.add((rt, 65009, 3214));
179+
174180
# GTT: set localpref way below peers in configured regions
175181
bgp_community.add((3257, 1960));
176182
# GTT: set localpref in Asia

0 commit comments

Comments
 (0)