CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/04/22 06:10:57
Modified files: sys/net : if_ethersubr.c Log message: ARP, ND6 and PPPoE are not MP safe. Protect them with kernel lock for now. Then IP forward can run in parallel and this can be fixed later. OK sashan@