summaryrefslogtreecommitdiff
path: root/src/etc/sysctl.d
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-09-15 21:20:29 +0200
committerGitHub <noreply@github.com>2023-09-15 21:20:29 +0200
commit41341f776cefded63ed5a3f64f6d301ca0715b94 (patch)
treed55d22403ee57dba42bab23a09ceeb3c86d2a411 /src/etc/sysctl.d
parent768df77b078a0d699961d57f163e8b20c7f488bd (diff)
parentcc6b26f6dffbda26820c5a5ff4ed7016629bb33d (diff)
downloadvyos-1x-41341f776cefded63ed5a3f64f6d301ca0715b94.tar.gz
vyos-1x-41341f776cefded63ed5a3f64f6d301ca0715b94.zip
Merge pull request #2266 from vyos/mergify/bp/sagitta/pr-2255
T5575: ARP/NDP table-size isnt set properly (backport #2255)
Diffstat (limited to 'src/etc/sysctl.d')
-rw-r--r--src/etc/sysctl.d/30-vyos-router.conf10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/etc/sysctl.d/30-vyos-router.conf b/src/etc/sysctl.d/30-vyos-router.conf
index ad43390bb..fcdc1b21d 100644
--- a/src/etc/sysctl.d/30-vyos-router.conf
+++ b/src/etc/sysctl.d/30-vyos-router.conf
@@ -98,15 +98,6 @@ net.ipv6.route.skip_notify_on_dev_down=1
# Default value of 20 seems to interfere with larger OSPF and VRRP setups
net.ipv4.igmp_max_memberships = 512
-# Increase default garbage collection thresholds
-net.ipv4.neigh.default.gc_thresh1 = 1024
-net.ipv4.neigh.default.gc_thresh2 = 4096
-net.ipv4.neigh.default.gc_thresh3 = 8192
-#
-net.ipv6.neigh.default.gc_thresh1 = 1024
-net.ipv6.neigh.default.gc_thresh2 = 4096
-net.ipv6.neigh.default.gc_thresh3 = 8192
-
# Enable global RFS (Receive Flow Steering) configuration. RFS is inactive
# until explicitly configured at the interface level
net.core.rps_sock_flow_entries = 32768
@@ -114,3 +105,4 @@ net.core.rps_sock_flow_entries = 32768
# Congestion control
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
+