CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/02 08:05:23
Modified files:
sys/netinet : if_ether.c ip_carp.c ip_carp.h
sys/netinet6 : in6.c nd6_nbr.c
Log message:
Retire ARP load-balacing, thanks for all the fish!
One of the keys of our MP work relies on making OpenBSD's kernel simpler!
In this case turning ARP processing MP-safe is quite complicated due to
the way carp(4) is hooked in arpinput() and nowadays you'd better run
kitchensinkd(9) anyway :)
ok bluhm@, claudio@, reyk@