From be253185258aa6b4ebd4cef8d952a1572e955f7b Mon Sep 17 00:00:00 2001 From: daxi20 Date: Thu, 13 Nov 2025 14:51:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=A1=A8=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bird/function/tables.conf | 6 ++++++ bird/net/inet4.conf | 2 -- bird/net/inet6.conf | 2 -- bird/net/ospf.conf | 3 --- bird/net/unet.conf | 3 --- 5 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 bird/function/tables.conf diff --git a/bird/function/tables.conf b/bird/function/tables.conf new file mode 100644 index 0000000..d25a505 --- /dev/null +++ b/bird/function/tables.conf @@ -0,0 +1,6 @@ +ipv4 table inet4; +ipv6 table inet6; +ipv4 table ospf4; +ipv6 table ospf6; +ipv4 table unet4; +ipv6 table unet6; \ No newline at end of file diff --git a/bird/net/inet4.conf b/bird/net/inet4.conf index b0c6d33..05d8ab4 100644 --- a/bird/net/inet4.conf +++ b/bird/net/inet4.conf @@ -1,5 +1,3 @@ -ipv4 table inet4; - protocol kernel { scan time 20; kernel table 103; diff --git a/bird/net/inet6.conf b/bird/net/inet6.conf index bb2c17f..69c94dd 100644 --- a/bird/net/inet6.conf +++ b/bird/net/inet6.conf @@ -1,5 +1,3 @@ -ipv6 table inet6; - protocol pipe inet6_sync { table inet6; peer table master6; diff --git a/bird/net/ospf.conf b/bird/net/ospf.conf index 8fa4fe4..03b56e2 100644 --- a/bird/net/ospf.conf +++ b/bird/net/ospf.conf @@ -1,6 +1,3 @@ -ipv4 table ospf4; -ipv6 table ospf6; - protocol pipe ospf4_sync { table ospf4; peer table master4; diff --git a/bird/net/unet.conf b/bird/net/unet.conf index ad11fad..ad13d58 100644 --- a/bird/net/unet.conf +++ b/bird/net/unet.conf @@ -1,6 +1,3 @@ -ipv4 table unet4; -ipv6 table unet6; - protocol pipe unet4_sync { table unet4; peer table master4;