There is no need to try to attach IPv6 to an interface when the
authorflorian <florian@openbsd.org>
Thu, 11 Mar 2021 16:48:47 +0000 (16:48 +0000)
committerflorian <florian@openbsd.org>
Thu, 11 Mar 2021 16:48:47 +0000 (16:48 +0000)
commitaa770b8801c9829c5212c45642dcb3d04f738a3d
tree4a8a7eb669f17677c238ed1f60ef2f2951c715c7
parentf9df4c8068ab978a61dd13fb56d6d3d38d9c062f
There is no need to try to attach IPv6 to an interface when the
AUTOCONF6 flag is already set.
This is likely a leftover from when we sent router solicitations from
the kernel. This was a way to trigger sending a solicitation from
userland.
OK kn
sys/net/if.c