CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2017/07/12 10:56:48
Modified files: usr.sbin/ndp : ndp.8 ndp.c Log message: Remove defunct code, the kernel no longer provides ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls since it no longer tracks that information. We can no longer flush or list the prefix list or the default router list. Pointed out by & OK mpi