index
:
bird
ll-peering
ll-peering-old
ll-peering-old2
master
multicast-old
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdep
/
linux
/
krt-scan.c
Age
Commit message (
Expand
)
Author
2000-06-01
Updated for new scope handling.
Martin Mares
2000-04-01
Include "lib/string.h" instead of <string.h>. It should give us bzero()
Martin Mares
2000-03-12
Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUG
Martin Mares
1999-12-16
Minor cleanups.
Martin Mares
1999-11-04
Renamed attr->attrs to attr->eattrs.
Martin Mares
1999-08-03
Kernel route syncer supports multiple tables.
Martin Mares
1999-05-17
Kill remaining master_table relics in KRT code.
Martin Mares
1999-04-12
Removed TOS support. This simplifies many things a lot.
Martin Mares
1999-04-03
More changes to the kernel syncer.
Martin Mares
1999-03-04
KRT: Implemented asynchronous route / interface state notifications
Martin Mares
1999-03-04
Converted some mb_alloc/bzero pairs to mb_allocz.
Martin Mares
1999-03-03
Rewrote the kernel syncer. The old layering was horrible.
Martin Mares
1999-02-13
Squashed one bug in timing of route scans.
Martin Mares
1999-02-05
Synced Linux sysdeps to new interface.
Martin Mares
1998-12-20
die() -> bug() where appropriate.
Martin Mares
1998-12-08
Hopefully finished kernel syncer (krt) rewrite:
Martin Mares
1998-12-08
Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterday
Martin Mares
1998-12-07
Comparison of kernel reject routes fixed.
Martin Mares
1998-12-06
Kernel syncer is now configurable. It will probably need some more
Martin Mares
1998-10-20
Learn static device routes from the kernel (temporary until we can make
Martin Mares
1998-10-19
Basic kernel routing table syncing implemented. Learning of routes installed
Martin Mares
1998-10-19
We parse /proc/net/route and flag RT entries according to it. More to come
Martin Mares
1998-10-18
Since almost every UNIX system requires different techniques for reading
Martin Mares