File git-24-7f4c8c4dc6adaac428c539ebf76410954a0d900d.patch of Package aaa_base.4074
commit 7f4c8c4dc6adaac428c539ebf76410954a0d900d
Author: Ruediger Oertel <ro@suse.de>
Date: Sun Aug 7 01:21:44 2016 +0200
switch IPv6 privacy extensions (use_tempaddr) back to 1
history see bsc#678066,bsc#752842,bsc#988023,bsc#990838
diff --git a/files/usr/lib/sysctl.d/50-default.conf b/files/usr/lib/sysctl.d/50-default.conf
index 2713820..669f490 100644
--- a/files/usr/lib/sysctl.d/50-default.conf
+++ b/files/usr/lib/sysctl.d/50-default.conf
@@ -18,8 +18,10 @@ net.ipv4.conf.all.promote_secondaries = 1
# enable IPv6 forwarding
#net.ipv6.conf.all.forwarding = 1
-# enable IPv6 privacy (bnc#678066)
-net.ipv6.conf.default.use_tempaddr = 2
+# enable IPv6 privacy but do not use the temporary
+# addresses for outgoing connections by default
+# (bsc#678066,bsc#752842,bsc#988023,bsc#990838)
+net.ipv6.conf.default.use_tempaddr = 1
# increase the number of possible inotify(7) watches
fs.inotify.max_user_watches = 65536