summaryrefslogtreecommitdiffstats
path: root/TODO
AgeCommit message (Expand)Author
2000-05-06Cosmetic fixes.Martin Mares
2000-05-06When rte_update is called for an identical route, don't announce anything.Martin Mares
2000-05-05Connected the `doc' subtree to global makefiles.Martin Mares
2000-05-04Updated.Martin Mares
2000-04-28Updated TODO.Martin Mares
2000-04-01Changed initialization of protocol list -- now we call proto_build() insteadMartin Mares
2000-04-01Use bsprintf() instead of sprintf().Martin Mares
2000-03-20Started work on BGP. Wrote main part of the connection handling code.Martin Mares
2000-03-12Fixed a bunch of FIXME's by removing them :)Martin Mares
2000-03-12Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUGMartin Mares
2000-03-12Added tracing of interface events.Martin Mares
2000-03-12Added debugging of communication between protocols and routing tables.Martin Mares
2000-03-07Added debugging of protocol state transitions.Martin Mares
2000-03-05Implemented real slab allocator. If you suspect it from being buggy,Martin Mares
2000-03-04Implemented real attribute cache.Martin Mares
2000-03-01Reimplemented neighbor cache. Now uses real hashing.Martin Mares
2000-03-01Made `datetime' more user friendly. Now it should be a quoted stringMartin Mares
2000-03-01Rewrote interface type detection logic. The `unnumbered' flag is now perMartin Mares
2000-02-27Support expansion of command abbreviations.Martin Mares
2000-02-15First usable version of the client. No command completion and similar niftyMartin Mares
2000-01-19Split off general commands to cmds.c.Martin Mares
2000-01-18Killed protocol->priority. Protocol startup should be clean and hack-free now.Martin Mares
2000-01-17Removed point-to-point tunnel hack as it breaks ordinary PtP interfaces.Martin Mares
2000-01-17Separated `official protocol names' used in status dumps from name templatesMartin Mares
2000-01-17Reworked proto lists -- each proto is now in two lists: the global oneMartin Mares
2000-01-16Added filter_same() for comparision of two filters.Martin Mares
2000-01-16Converted shutdown to a kind of reconfiguration, it's no more handledMartin Mares
2000-01-16First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares
1999-12-16Minor cleanups.Martin Mares
1999-12-16Handle cases when SIOCGIFINDEX is defined, but doesn't work (new glibcMartin Mares
1999-12-16Tried to clean up multicast handling. Now we don't try to guessMartin Mares
1999-12-16TODO entries and FIXME's.Martin Mares
1999-12-08Temporary work-arounds for multicast problems. Needs further investigation.Martin Mares
1999-12-06Implemented echoing of log messages to CLI connections. Just try `echo all'.Martin Mares
1999-12-05Added DEBUG commands.Martin Mares
1999-12-02Implemented `show route where <condition>' command.Martin Mares
1999-12-01Updated TODO file.Martin Mares
1999-12-01Added dumping of routing tables (`show route'). This includes filtering.Martin Mares
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