summaryrefslogtreecommitdiff
path: root/roles/configure_sysctl/files
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2021-12-12 15:15:03 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2021-12-12 15:15:03 +0100
commitb53a8cf2283b2d6debb94cd399a72d25da0d7c82 (patch)
treee91b4b549150219b82e5a3995f0f3515154e2a7e /roles/configure_sysctl/files
parente75acd9a72df39269496abb7207decfc210efaa6 (diff)
merge fastd and uplink nodes
Diffstat (limited to 'roles/configure_sysctl/files')
-rw-r--r--roles/configure_sysctl/files/ff.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/roles/configure_sysctl/files/ff.conf b/roles/configure_sysctl/files/ff.conf
index d07763d..85a9b3a 100644
--- a/roles/configure_sysctl/files/ff.conf
+++ b/roles/configure_sysctl/files/ff.conf
@@ -11,9 +11,15 @@ net.ipv6.conf.default.autoconf = 0
net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.default.accept_ra = 0
-net.ipv6.neigh.default.gc_thresh3=4096
-net.ipv6.neigh.default.gc_thresh2=2048
-net.ipv6.neigh.default.gc_thresh1=1024
+net.ipv4.neigh.default.gc_thresh3=8192
+net.ipv4.neigh.default.gc_thresh2=4096
+net.ipv4.neigh.default.gc_thresh1=2048
+net.ipv4.neigh.default.gc_interval=3600
+net.ipv4.neigh.default.gc_stale_time=3600
+
+net.ipv6.neigh.default.gc_thresh3=8192
+net.ipv6.neigh.default.gc_thresh2=4096
+net.ipv6.neigh.default.gc_thresh1=2048
net.ipv6.neigh.default.gc_interval=3600
net.ipv6.neigh.default.gc_stale_time=3600