Move sending of router solicitations to the kernel; receiving and
authorflorian <florian@openbsd.org>
Mon, 25 Aug 2014 14:00:34 +0000 (14:00 +0000)
committerflorian <florian@openbsd.org>
Mon, 25 Aug 2014 14:00:34 +0000 (14:00 +0000)
commit110585f259f4974284e531f0a1e121b001a580dc
treeb774d73f2f1683c143822cbd75ee97dbc9b58175
parentff25b1dc8da6bddb8e93bdf60c625be15e71a2f0
Move sending of router solicitations to the kernel; receiving and
processing of router advertisements was already in the kernel.
With this rtsol{,d}(8) is no longer necessary.

The kernel starts sending solicitations with
# ifconfig $IF inet6 autoconf
or
inet6 autoconf
in /etc/hostname.$IF.

input stsp@
much help & OK mpi@
tweaks & OK bluhm@
sys/net/if.c
sys/netinet6/in6.c
sys/netinet6/in6_ifattach.c
sys/netinet6/in6_var.h
sys/netinet6/nd6.c
sys/netinet6/nd6.h
sys/netinet6/nd6_rtr.c