[#] http://marc.info/?l=openbsd-cvs&m=140897526404246&w=2
openbsd-cvs(obsdave,2) — All
2014-08-25 18:55:08


Module name: src
Changes by: florian@cvs.openbsd.org 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@