From 9ac3c776d7dcde0d67f401493ec1ea235b877461 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 14 May 2015 19:04:35 +0300 Subject: [PATCH] sysctl.d: net.ipv6.conf.default.use_tempaddr --- etc/sysctl.d/60-mikaela.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/sysctl.d/60-mikaela.conf b/etc/sysctl.d/60-mikaela.conf index 8f248289..68ba6570 100644 --- a/etc/sysctl.d/60-mikaela.conf +++ b/etc/sysctl.d/60-mikaela.conf @@ -10,7 +10,4 @@ vm.swappiness = 1 net.ipv6.bindv6only=1 ## Enable IPv6 privacy extensions and prefer them to the SLAAC address -net.ipv6.conf.eno1.use_tempaddr=2 -net.ipv6.conf.wlo1.use_tempaddr=2 -net.ipv6.conf.eth0.use_tempaddr=2 -net.ipv6.conf.wlan0.use_tempaddr=2 +net.ipv6.conf.default.use_tempaddr=2