Skip to content
Snippets Groups Projects
Unverified Commit 0d75bc17 authored by Paul's avatar Paul :turtle:
Browse files

increase ipv6 route cache size

parent 07511913
No related branches found
No related tags found
No related merge requests found
...@@ -9,3 +9,7 @@ net.ipv4.conf.default.accept_source_route = 0 ...@@ -9,3 +9,7 @@ net.ipv4.conf.default.accept_source_route = 0
net.ipv4.ip_forward = 1 net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1 net.ipv6.conf.all.forwarding = 1
net.ipv6.conf.default.forwarding = 1 net.ipv6.conf.default.forwarding = 1
# increase routing table size for ipv6
# https://www.kernel.org/doc/html/latest/networking/ip-sysctl.html
net.ipv6.route.max_size = 16777216
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment