]> git.proxmox.com Git - mirror_iproute2.git/commit
iproute2: ip addr: Add support for setting 'optimistic'
authorIan K. Coolidge <icoolidge@google.com>
Wed, 27 May 2020 18:03:46 +0000 (11:03 -0700)
committerDavid Ahern <dsahern@gmail.com>
Sun, 31 May 2020 23:01:33 +0000 (23:01 +0000)
commit5413a735a68de792eb7db1644fb3e3b888356863
treedc737fd6531a12775c333d74b040d743c50dd357
parent9d59c86e575b5373d73f021f569ae520bc229ec5
iproute2: ip addr: Add support for setting 'optimistic'

optimistic DAD is controllable via sysctl for an interface
or all interfaces on the system. This would affect addresses
added by the kernel only.

Recent kernels, however, have enabled support for adding optimistic
address via userspace. This plumbs that support.

Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ipaddress.c
man/man8/ip-address.8.in