NetBSD/sbin/routed
ozaki-r e3db1a05a1 Fix that routed deletes local routes
routed previousely ignored local routes, which have RTF_LOCAL flag, because
such routes have RTF_LLINFO and routed ignored routes having the flag. When
we obsoleted RTF_LLINFO, we removed the ignoring logic from routed, then
routed started removing local routes unexpectedly.

Fix this behavior by teaching local routes to routed to ignore them.

kardel@ reported the issue and helped testing, thanks!
2016-12-20 03:35:12 +00:00
..
rtquery
Makefile
defs.h
if.c
input.c
main.c
output.c
parms.c
pathnames.h
radix.c
radix.h
rdisc.c
routed.8
table.c Fix that routed deletes local routes 2016-12-20 03:35:12 +00:00
trace.c