]> 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)
commitc8a6b8ab3c2e75b59dac84700aef5e5f0adfcc41
tree5543216230b9a84c7d89c068a79067ec5f244488
parent3d45cc7368207211502bcdee44cc96b21acc771a
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