]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary...
authorJiri Pirko <jiri@resnulli.us>
Fri, 6 Dec 2013 08:45:22 +0000 (09:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Dec 2013 21:34:43 +0000 (16:34 -0500)
commita188cdc1e31b9079bbef08f6603a86102437e573
tree5543216230b9a84c7d89c068a79067ec5f244488
parent3f89a00a4a95058939a767a5eca6383f60df4d37
ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary addresses

Creating an address with this flag set will result in kernel taking care
of temporary addresses in the same way as if the address was created by
kernel itself (after RA receive). This allows userspace applications
implementing the autoconfiguration (NetworkManager for example) to
implement ipv6 addresses privacy.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Thomas Haller <thaller@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_addr.h
net/ipv6/addrconf.c