The variable la_hold_total contains the number of packets currently
authorbluhm <bluhm@openbsd.org>
Fri, 23 Apr 2021 21:47:32 +0000 (21:47 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 23 Apr 2021 21:47:32 +0000 (21:47 +0000)
commit04cb3f44b439b3ffec96eb4fd8a1c482f300c58b
treed68051d0ae76888e6950d41b8576243730c47da2
parenta0f9d20cccf74f22dcf68b9f410c01e4f1c31177
The variable la_hold_total contains the number of packets currently
in the arp queue.  So the sysctl net.inet.ip.arpqueued must be read
only.  In if_ether.c include the header with the declaration of
la_hold_total to ensure that the definition matches.
OK mvs@
sys/netinet/if_ether.c
sys/netinet/ip_input.c