CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/08 09:56:35
Modified files:
sys/netinet6 : ip6_forward.c ip6_mroute.c nd6.c
Log message:
Call getuptime() just once per function
IPv6 pendant to bluhm's sys/netinet/if_ether.c r1.249:
Instead of calling getuptime() all the time in ARP code, do it only
once per function. This gives a more consistent time value.
OK claudio@ miod@ mvs@
OK bluhm
