CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/23 15:47:32
Modified files:
sys/netinet : if_ether.c ip_input.c
Log message:
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@
