You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
490 B
13 lines
490 B
7 years ago
|
# IPv6 Privacy Extensions (RFC 4941)
|
||
|
# ---
|
||
|
# IPv6 typically uses a device's MAC address when choosing an IPv6 address
|
||
|
# to use in autoconfiguration. Privacy extensions allow using a randomly
|
||
|
# generated IPv6 address, which increases privacy.
|
||
|
#
|
||
|
# Acceptable values:
|
||
|
# 0 - don’t use privacy extensions.
|
||
|
# 1 - generate privacy addresses
|
||
|
# 2 - prefer privacy addresses and use them over the normal addresses.
|
||
|
net.ipv6.conf.all.use_tempaddr = 0
|
||
|
net.ipv6.conf.default.use_tempaddr = 0
|