CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2017/07/12 10:53:58
Modified files: sys/netinet : icmp6.h sys/netinet6 : icmp6.c nd6.c nd6.h Log message: Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls With this we can also get rid of in6_prefix and in6_defrouter. They are meaningless, the kernel no longer tracks this information. Pointed out by & OK mpi