File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments