[sysctl-forwarding] Allow more routes in IPv6
parent
c425a0c934
commit
b01779a351
|
@ -7,3 +7,6 @@ net.ipv4.ip_forward=1
|
||||||
# Enabling this option disables Stateless Address Autoconfiguration
|
# Enabling this option disables Stateless Address Autoconfiguration
|
||||||
# based on Router Advertisements for this host
|
# based on Router Advertisements for this host
|
||||||
net.ipv6.conf.all.forwarding=1
|
net.ipv6.conf.all.forwarding=1
|
||||||
|
|
||||||
|
# Enable more routes for IPv6, default is 4096
|
||||||
|
net.ipv6.route.max_size=50000
|
||||||
|
|
Loading…
Reference in New Issue