[#]
http://marc.info/?l=openbsd-cvs&m=140776509016095&w=2
openbsd-cvs(obsdave,2) — All
2014-08-11 17:55:13
Module name: src
Changes by: mpi@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.