From 2f982e98921a3f92e10982ba0a17968be444f3df Mon Sep 17 00:00:00 2001 From: daxi20 Date: Wed, 26 Nov 2025 20:35:04 +0800 Subject: [PATCH] =?UTF-8?q?netlink=E4=BD=9C=E4=B8=BA=E5=8F=AF=E9=80=89?= =?UTF-8?q?=E6=94=BF=E7=AD=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bird/bird.conf | 1 - bird/net/inet4.conf | 1 - update.sh | 2 -- 3 files changed, 4 deletions(-) diff --git a/bird/bird.conf b/bird/bird.conf index bb3f11d..b0545b5 100644 --- a/bird/bird.conf +++ b/bird/bird.conf @@ -9,7 +9,6 @@ protocol device { protocol kernel { scan time 20; merge paths yes limit 4; - netlink rx buffer 8388608; ipv6 { import none; export filter { diff --git a/bird/net/inet4.conf b/bird/net/inet4.conf index 6e1031b..0350c92 100644 --- a/bird/net/inet4.conf +++ b/bird/net/inet4.conf @@ -2,7 +2,6 @@ protocol kernel { scan time 20; kernel table 102; merge paths yes limit 4; - netlink rx buffer 8388608; ipv4 { table inet4; import none; diff --git a/update.sh b/update.sh index 257affa..13c2996 100644 --- a/update.sh +++ b/update.sh @@ -6,8 +6,6 @@ rm -rf /etc/bird/net mv bird_config/bird/net /etc/bird/ rm -rf /etc/bird/bird.conf mv bird_config/bird/bird.conf /etc/bird/ -echo "net.core.rmem_max=8388608" >> /etc/sysctl.conf -sysctl -p chmod -R 755 /etc/bird