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 don't use sprintf 2014-03-23 05:36:58 +00:00
defs.h Remove duplicate RS_LOCAL. From cppcheck via Henning Petersen in PR 46000. 2012-02-12 13:56:56 +00:00
if.c PR/44647: commit fix proposed by Takahiro HAYASHI 2012-06-24 16:24:34 +00:00
input.c merge 2.32 which is actually 2.31. Most important change is: 2009-10-26 02:53:15 +00:00
main.c merge 2.32 which is actually 2.31. Most important change is: 2009-10-26 02:53:15 +00:00
Makefile main.c uses non-literal format strings. 2011-08-25 16:12:37 +00:00
output.c merge 2.32 which is actually 2.31. Most important change is: 2009-10-26 02:53:15 +00:00
parms.c PR/45842: Henning Petersen: compare fgets with NULL not 0 2012-01-16 17:38:16 +00:00
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