ARP, ND6 and PPPoE are not MP safe. Protect them with kernel lock
authorbluhm <bluhm@openbsd.org>
Fri, 22 Apr 2022 12:10:57 +0000 (12:10 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 22 Apr 2022 12:10:57 +0000 (12:10 +0000)
commita4551fe8d769711606b758f980be5edf29edccd1
tree8d4390e31aee4d4426b18708a7d7c7e35bbf1fdb
parent92de9a74c2fa0897f3fc98c3e24996f360c3b1eb
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@
sys/net/if_ethersubr.c