Merge branch 'sysctl' into 'newinfra'

[sysctl-forwarding] Allow more routes in IPv6

See merge request nounous/ansible!181
certbot_on_virtu
_benjamin 2021-01-08 15:06:13 +01:00
commit a74adb64e5
1 changed files with 3 additions and 0 deletions

View File

@ -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