]> git.proxmox.com Git - mirror_iproute2.git/commit
ip: officially support flag mngtmpaddr also for "ip addr del"
authorHeiner Kallweit <heiner.kallweit@web.de>
Thu, 10 Apr 2014 19:16:45 +0000 (21:16 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 12 Apr 2014 00:47:04 +0000 (17:47 -0700)
commita424c3936080dbaa199628c2fee2f4b8853db161
tree6115aea2617fba8699db62ecded02a7b8b242727
parent8b21f88dd05d72a960ec4170ed49288e8846f578
ip: officially support flag mngtmpaddr also for "ip addr del"

Kernel is being extended to support flag IFA_F_MANAGETEMPADDR also for
deletion of addresses. This will allow a userspace application to indicate
that for a global address the kernel should delete all related temporary
addresses as well.

"ip addr del" internally calls ipaddr_modify which silently accepts
any flag provided on the command line already, independent of the
actual command.
Therefore only the usage documentation needs to be extended.

Signed-off-by: Heiner Kallweit <heiner.kallweit@web.de>
ip/ipaddress.c