CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/06/23 07:33:32
Modified files: sys/netinet6 : in6_proto.c Log message: Mark IPv6 route6 and dest6 input MP-safe. Both functions dest6_input() and route6_input() for IPv6 destination options and routing header do not use global state. Mark them as MP-safe. Note that ip6_unknown_opt() is already running in parallel for hop-by-hop options. OK mvs@