Skip to content
Snippets Groups Projects
Commit a74adb64 authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

Merge branch 'sysctl' into 'newinfra'

[sysctl-forwarding] Allow more routes in IPv6

See merge request !181
parents c425a0c9 b01779a3
No related branches found
No related tags found
1 merge request!181[sysctl-forwarding] Allow more routes in IPv6
......@@ -7,3 +7,6 @@ net.ipv4.ip_forward=1
# Enabling this option disables Stateless Address Autoconfiguration
# based on Router Advertisements for this host
net.ipv6.conf.all.forwarding=1
# Enable more routes for IPv6, default is 4096
net.ipv6.route.max_size=50000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment