CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/11 09:48:48
Modified files:
sys/net : if.c
Log message:
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
