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.
Outside of _KERNEL, but nothing in base uses it, either.
codesearch.debian.net seems to agree.
OK mvs claudio bluhm
-/* $OpenBSD: nd6.h,v 1.86 2022/11/23 16:59:10 kn Exp $ */
+/* $OpenBSD: nd6.h,v 1.87 2022/11/23 19:34:59 kn Exp $ */
/* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */
/*
int state; /* reachability state */
};
-struct prf_ra {
- u_int onlink : 1;
- u_int autonomous : 1;
- u_int router : 1;
- u_int reserved : 5;
-};
-
struct in6_ndireq {
char ifname[IFNAMSIZ];
struct nd_ifinfo ndi;