OpenBSD cvs log

created 2022-04-25T16:50:53Z
begin 2022-04-22T00:27:55Z
end 2022-04-22T12:10:57Z
path src/sys
commits 1

date 2022-04-22T12:10:57Z
author bluhm
files src/sys/net/if_ethersubr.c log diff annotate
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@