Skip to content

Commit

Permalink
Tune arp table size
Browse files Browse the repository at this point in the history
This is required for routers with a large number (more than 200) direct
neighbors.
  • Loading branch information
jkilpatr committed Jun 18, 2024
1 parent 4d1ec91 commit a84b1e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware-root/etc/sysctl.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Defaults are configured in /etc/sysctl.d/* and can be customized in this file
net.netfilter.nf_conntrack_max=65536
fs.file-max=65536
net.ipv6.neigh.default.gc_thresh3 = 4096
net.ipv6.neigh.default.gc_thresh2 = 2048
net.ipv6.neigh.default.gc_thresh1 = 1024

0 comments on commit a84b1e0

Please sign in to comment.