summaryrefslogtreecommitdiffstats
path: root/TODO
AgeCommit message (Expand)Author
1999-11-30Remember protocol instance in proto_config and use that forMartin Mares
1999-11-18More CLI plans...Martin Mares
1999-11-17Added skeleton of command tree. Please inspect.Martin Mares
1999-08-03Basic support for IPv6. The system-dependent part doesn't work yet,Martin Mares
1999-08-03Pruned the TODO list.Martin Mares
1999-08-03Kernel route syncer supports multiple tables.Martin Mares
1999-08-03Added missing structure declarations.Martin Mares
1999-08-03Changes to interface handling on traditional Unices:Martin Mares
1999-08-03Faster checksum function.Martin Mares
1999-08-03Added functions for parsing and formatting of dates.Martin Mares
1999-05-26Better date/time input methods need to be donePavel Machek
1999-05-21Added --with-sysinclude to allow explicitly setting where kernel includesMartin Mares
1999-05-14Added ip_skip_header() and modified OSPF to use it.Martin Mares
1999-05-07Netlink support for secondary interface addresses.Martin Mares
1999-05-06I rewrote the interface handling code, so that it supports multipleMartin Mares
1999-04-27Recognize site scope for IPv4 addresses (prefixes reserved for privateMartin Mares
1999-04-12Removed TOS support. This simplifies many things a lot.Martin Mares
1999-04-12Fixed a couple of bugs in handling of multicast sockets.Martin Mares
1999-04-03Added new protocol hook for dumping of protocol-dependent routeMartin Mares
1999-03-29Updated the TODO list.Martin Mares
1999-03-26Moved to a much more systematic way of configuring kernel protocols.Martin Mares
1999-03-03Rewrote the kernel syncer. The old layering was horrible.Martin Mares
1999-03-02Netlink module supports interface scan on startup. Working on more.Martin Mares
1999-03-01Implemented netlink protocol parsing functions. More to come tomorrow.Martin Mares
1999-03-01Added skeletal version of Linux netlink interface. It doesn't work yet,Martin Mares
1999-03-01Pruned the TODO list.Martin Mares
1999-02-13Cleaned up TODO file.Martin Mares
1999-02-13'#' comments in config files are equivalent to end of line, thereforeMartin Mares
1999-02-13Squashed one bug in timing of route scans.Martin Mares
1999-02-13config->router_id works again.Martin Mares
1999-02-11Real implementation of protocol state machines. Delayed startup/shutdownMartin Mares
1999-02-11Added simple event scheduling system to avoid recursive callingMartin Mares
1999-02-05Implemented new configuration/reconfiguration interface and defined protocolMartin Mares
1999-01-10New makefiles. Includes support for out-of-source-tree builds.Martin Mares
1998-12-20Finer grained logging levels:Martin Mares
1998-12-08Hopefully finished kernel syncer (krt) rewrite:Martin Mares
1998-12-07All static routes except for device ones should work and appear/disappearMartin Mares
1998-12-06Added skeleton of static route protocol.Martin Mares
1998-11-29Added configuration of the device internal protocol. This is primarilyMartin Mares
1998-11-29`wc -l TODO` decreased.Martin Mares
1998-11-27Trivial 15-line bison excercise: Implemented expressions includingMartin Mares
1998-10-19Updated TODO.Martin Mares
1998-10-19We parse /proc/net/route and flag RT entries according to it. More to comeMartin Mares
1998-10-18* Please distinguish between DGB() and debug().Martin Mares
1998-10-13o There are cases when SIOCGIFINDEX is defined, but it doesn't work. WhenMartin Mares
1998-06-17Added local version of sprintf (bsprintf and bvsprintf) offering few newMartin Mares
1998-06-01- Rewrote whole interface logic. Removed support for multiple addresses perMartin Mares
1998-05-26DBG now calls debug() instead of sending it to log().Martin Mares
1998-05-03BIRD library: The story continues.Martin Mares
1998-04-22First look at data structures. More to come tomorrow...Martin Mares