commit | 5413a735a68de792eb7db1644fb3e3b888356863 | [log] [tgz] |
---|---|---|
author | Ian K. Coolidge <icoolidge@google.com> | Wed May 27 11:03:46 2020 -0700 |
committer | David Ahern <dsahern@gmail.com> | Sun May 31 23:01:33 2020 +0000 |
tree | dc737fd6531a12775c333d74b040d743c50dd357 | |
parent | 9d59c86e575b5373d73f021f569ae520bc229ec5 [diff] |
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>