Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-21 | Added CONFIG_MULTIPLE_TABLES whereever appropriate. | Martin Mares | |
1999-04-12 | Removed TOS support. This simplifies many things a lot. | Martin Mares | |
1999-04-03 | Defined CONFIG_SELF_CONSCIOUS whenever the kernel scanner is able | Martin Mares | |
to distinguish between our own routes and alien ones. | |||
1999-03-27 | Cleaned up system configuration files -- removed few obsolete parameters, | Martin Mares | |
documented the remaining ones (sysdep/cf/README). Available configurations: o linux-20: Old Linux interface via /proc/net/route (selected by default on pre-2.1 kernels). o linux-21: Old Linux interface, but device routes handled by the kernel (selected by default for 2.1 and newer kernels). o linux-22: Linux with Netlink (I play with it a lot yet, so it isn't a default). o linux-ipv6: Prototype config for IPv6 on Linux. Not functional yet. | |||
1999-03-01 | Added skeletal version of Linux netlink interface. It doesn't work yet, | Martin Mares | |
but the framework is there and I'll try finish it soon. | |||
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares | |
1998-05-26 | Added CONFIG_AUTO_ROUTES (automatic device route creation) and | Martin Mares | |
CONFIG_ALL_MULTICAST (all interfaces capable of multicasting, not depending on IFF_MULTICAST flag). | |||
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 | |