@@ -82,6 +82,8 @@ filter grapheneos_ipv4_filter {
8282 # Sparkle (Seabone): set localpref to 50 (backup route)
8383 bgp_community.add((6762, 1050));
8484
85+ # Misaka.io: do not advertise to HE
86+ bgp_ext_community.add((rt, 65009, 6939));
8587 # Misaka.io: prepend 1x to HE
8688 bgp_ext_community.add((rt, 65001, 6939));
8789
@@ -139,6 +141,8 @@ filter grapheneos_ipv4_filter {
139141 # Misaka.io: do not advertise to GSL
140142 bgp_ext_community.add((rt, 65009, 137409));
141143
144+ no_advertise(6939); # HE
145+ bgp_community.add((0, 6939)); # do not advertise to HE (for BBIX and GNM-IX)
142146 no_advertise(57463); # NetIX
143147 no_advertise(137409); # GSL
144148
@@ -276,6 +280,8 @@ filter grapheneos_ipv6_filter {
276280 # Misaka.io: do not advertise to GSL
277281 bgp_ext_community.add((rt, 65009, 137409));
278282
283+ no_advertise(6939); # HE
284+ bgp_community.add((0, 6939)); # do not advertise to HE (for BBIX and GNM-IX)
279285 no_advertise(57463); # NetIX
280286 no_advertise(137409); # GSL
281287
0 commit comments