summaryrefslogtreecommitdiffstats
path: root/sysdep/linux/krt-scan.c
AgeCommit message (Expand)Author
2010-07-05Implements hostcache and recursive next hops.Ondrej Zajicek
2009-09-30Fixes one previous commit.Ondrej Zajicek
2009-09-24Do not allow gateway routes with NULL iface.Ondrej Zajicek
2000-06-01Updated for new scope handling.Martin Mares
2000-04-01Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-03-12Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUGMartin Mares
1999-12-16Minor cleanups.Martin Mares
1999-11-04Renamed attr->attrs to attr->eattrs.Martin Mares
1999-08-03Kernel route syncer supports multiple tables.Martin Mares
1999-05-17Kill remaining master_table relics in KRT code.Martin Mares
1999-04-12Removed TOS support. This simplifies many things a lot.Martin Mares
1999-04-03More changes to the kernel syncer.Martin Mares
1999-03-04KRT: Implemented asynchronous route / interface state notificationsMartin Mares
1999-03-04Converted some mb_alloc/bzero pairs to mb_allocz.Martin Mares
1999-03-03Rewrote the kernel syncer. The old layering was horrible.Martin Mares
1999-02-13Squashed one bug in timing of route scans.Martin Mares
1999-02-05Synced Linux sysdeps to new interface.Martin Mares
1998-12-20die() -> bug() where appropriate.Martin Mares
1998-12-08Hopefully finished kernel syncer (krt) rewrite:Martin Mares
1998-12-08Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterdayMartin Mares
1998-12-07Comparison of kernel reject routes fixed.Martin Mares
1998-12-06Kernel syncer is now configurable. It will probably need some moreMartin Mares
1998-10-20Learn static device routes from the kernel (temporary until we can makeMartin Mares
1998-10-19Basic kernel routing table syncing implemented. Learning of routes installedMartin Mares
1998-10-19We parse /proc/net/route and flag RT entries according to it. More to comeMartin Mares
1998-10-18Since almost every UNIX system requires different techniques for readingMartin Mares