Update etc/bird/bird.conf

This commit is contained in:
Minecon724 2025-10-24 18:39:17 +00:00
commit 7eb9e2db66

View file

@ -91,7 +91,7 @@ function import_filter() {
} }
function export_filter() { function export_filter() {
if is_self_net_v6() then { if is_self_net_v6() then {
bgp_community.add((64511, DN_REGION_GEO)); bgp_community.add((64511, DN_REGION_GEO));
bgp_community.add((64511, DN_REGION_COUNTRY)); bgp_community.add((64511, DN_REGION_COUNTRY));
} }