CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2020/09/17 12:18:07
Modified files: sbin/slaacd : frontend.c Log message: With the multi rdomain support, slaacd now sees all icmpv6 packets and filters in userland. But the packet type check was placed at the wrong place so the hoplimit check was done against every icmpv6 packet but no all of them have a hoplimit constraint. tested and ok by me, committed on behalf of florian@