From: Heiner Kallweit Date: Sun, 20 Apr 2014 19:29:36 +0000 (+0200) Subject: ipv6: support IFA_F_MANAGETEMPADDR for address deletion too X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6046d5b4e464ba9b2cc8f0407069456624598dd5;p=pandora-kernel.git ipv6: support IFA_F_MANAGETEMPADDR for address deletion too Userspace applications can use IFA_F_MANAGETEMPADDR with RTM_NEWADDR already to indicate that the kernel should take care of temporary address management. This patch adds related functionality to RTM_DELADDR. By setting IFA_F_MANAGETEMPADDR a userspace application can indicate that the kernel should delete all related temporary addresses as well. A corresponding patch for the "ip addr del" command has been applied to iproute2 already. Signed-off-by: Heiner Kallweit Reviewed-by: Jiri Pirko Acked-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed