CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/06/06 03:31:53
Modified files: sys/net : route.c sys/netinet6 : nd6.c Log message: Put the link-layer address back into the gateway field of RTF_LOCAL routes. Since such routes are also flagged with RTF_LLINFO various code path assume correctly that they contain valid ARP or ND information. This fixes the "arpresolve: unresolved and rt_expire == 0" issue reported on tech@ by mxb <mxb AT alumni DOT chalmers DOT se>. ok claudio@, phessler@