From 6cb22a6de236bc9bd5f10ea588effb5ab1c2f779 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 24 Jun 2015 16:09:05 +0300 Subject: [PATCH] sysctl/60-mikaela.conf: mention systemd-networkd --- etc/sysctl.d/60-mikaela.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/sysctl.d/60-mikaela.conf b/etc/sysctl.d/60-mikaela.conf index f56c600b..0608dcf0 100644 --- a/etc/sysctl.d/60-mikaela.conf +++ b/etc/sysctl.d/60-mikaela.conf @@ -12,3 +12,6 @@ net.ipv6.bindv6only=1 ## 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 +# In case of systemd-networkd (which won't work with the above): +#net.ipv6.conf.eth0.use_tempaddr=2 +#net.ipv6.conf.wlan0.use_tempaddr=2