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