CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/08/11 07:51:07
Modified files: sys/net : if.c sys/netinet : if_ether.c sys/netinet6 : nd6.c Log message: Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag when adding local route entries. This hack made sense when we didn't have the RTF_LOCAL flag, but since some months it is set on every local route.