Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-08 | Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterday | Martin Mares | |
and does things "the right way". Few things are still missing (device routes etc.), I'll add them later in the evening. | |||
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 | |
options, but at least basic tuning is possible now. | |||
1998-10-20 | Learn static device routes from the kernel (temporary until we can make | Martin Mares | |
such things configurable). | |||
1998-10-19 | Basic kernel routing table syncing implemented. Learning of routes installed | Martin Mares | |
by other programs or the kernel itself is not supported yet, but it's not needed for development of other protocols. | |||
1998-10-19 | We parse /proc/net/route and flag RT entries according to it. More to come | Martin Mares | |
today in the morning... | |||
1998-10-18 | Since almost every UNIX system requires different techniques for reading | Martin Mares | |
the kernel routing table as opposed to modifying it which is approximately the same on non-netlink systems, I've split the kernel routing table routines to read and write parts. To be implemented later ;-) | |||
1998-05-15 | The library is now glued together from generic and OS-dependent parts | Martin Mares | |
by the `mergedirs' script. Few more IP address manipulation functions and some fixes. | |||
1998-04-22 | First look at data structures. More to come tomorrow... | Martin Mares | |