From 7eb9e2db66c467a5c09f131f50ed479a5f467782 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 24 Oct 2025 18:39:17 +0000 Subject: [PATCH] Update etc/bird/bird.conf --- etc/bird/bird.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bird/bird.conf b/etc/bird/bird.conf index 906e123..5c7d2b5 100644 --- a/etc/bird/bird.conf +++ b/etc/bird/bird.conf @@ -91,7 +91,7 @@ function import_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_COUNTRY)); }