CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/08/25 08:00:34
Modified files:
sys/net : if.c
sys/netinet6 : in6.c in6_ifattach.c in6_var.h nd6.c nd6.h
nd6_rtr.c
Log message:
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@