fix sysctl.d/60-mikaela.conf

EUI-64, not SLAAC & privacy extensions for all
This commit is contained in:
Aminda Suomalainen 2015-06-24 15:12:11 +03:00
parent 9647a6e370
commit a5de194c6f
1 changed files with 2 additions and 1 deletions

View File

@ -9,5 +9,6 @@ vm.swappiness = 1
# When binding to IPv6, only bind to IPv6. Avoids dotted-decimals
net.ipv6.bindv6only=1
## Enable IPv6 privacy extensions and prefer them to the SLAAC address
## Enable IPv6 privacy extensions and prefer them to the EUI-64 address
net.ipv6.conf.default.use_tempaddr=2
net.ipv6.conf.all.use_tempaddr=2