CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/10/13 04:21:27
Modified files: sys/netinet : if_ether.c Log message: Simplify arptfree() to no longer look at the route entry's refcounter. ARP entries with an expired timeout are now removed from the tree even if they are cached somehwere else. This also reduces differences with NDP. ok bluhm@