From 1bd6e4b59ea522ce1d257f1fb53a8e17d5e5b46c Mon Sep 17 00:00:00 2001 From: daxi20 Date: Mon, 3 Nov 2025 16:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E5=BE=AE=E4=BF=AE=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bird/net/unet.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bird/net/unet.conf b/bird/net/unet.conf index 93ee29f..fee9d3c 100644 --- a/bird/net/unet.conf +++ b/bird/net/unet.conf @@ -19,8 +19,8 @@ template bgp unet_bgp_up0 { }; import limit 9000 action block; }; - ipv4 { - table unet4; + ipv6 { + table unet6; import filter { if !unet_is_voalid_net_v6() then reject; if unet_is_self_net_v6() then reject;