CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2025/05/19 00:41:31
Modified files: sys/netinet6 : nd6_nbr.c Log message: We are no longer doing neighbour advertising interop testing. IPv6 is reasonably mature that we can just drop invalid packets, nd6log has outlived its usefulness. Pull down the inet_ntop(3) buffer into its own scope where it's needed. input & OK kn, OK bluhm