summaryrefslogtreecommitdiffstats
path: root/TODO
AgeCommit message (Collapse)Author
2011-03-13Implements Router Advertisement protocol.Ondrej Zajicek
2010-01-06NEWS, version and documentation update.Ondrej Zajicek
2009-11-19New version.Ondrej Zajicek
2009-03-25Minor text updates.Ondrej Zajicek
2005-02-20Some tasks are fulfilled. :-)Ondrej Filip
2004-08-03Some more TODOs for OSPF.Ondrej Filip
2004-07-15Huge OSPF database redesign. Since now, all LSAs of all areasOndrej Filip
are in single database. This avoids duplication of external LSAs and fixes bug in external LSA distribution.
2004-07-14Multiple OSPF areas can be attached.Ondrej Filip
Origination of summary LSA works. Routing table calculation works. Virtual links works. Well, I hope, OSPF is fully compatible with RFC2328!!!!
2004-06-25A lot of changes:Ondrej Filip
- metric is 3 byte long now - summary lsa originating - more OSPF areas possible - virtual links - better E1/E2 routes handling - some bug fixes.. I have to do: - md5 auth (last mandatory item from rfc2328) - !!!!DEBUG!!!!! (mainly virtual link system has probably a lot of bugs) - 2328 appendig E
2004-06-06RPM is now able to build IPv4 and IPv6 bird.Ondrej Filip
2004-06-06TODO updated.Ondrej Filip
2000-06-20If compiled with --enable-debug, don't even try to log to syslog unlessMartin Mares
the user forces it in the config file.
2000-06-17Use our own SUN_LEN if libc doesn't provide it.Martin Mares
2000-06-08Updated.Martin Mares
2000-06-07Updated.Martin Mares
2000-06-07Updated TODO file.Martin Mares
2000-06-05Unless a filter specifies otherwise, all external routes have type 2Martin Mares
metric 10000.
2000-06-05Description of protocol module moved to where it belongs. If documentationMartin Mares
of standard modules is stored in their source, such auxilliary files should be as well.
2000-06-04Updated the TODO list with our last-minute stuff.Martin Mares
Moved the rest to "Various ideas".
2000-06-02New TODO list.Martin Mares
2000-05-31Documentation updatePavel Machek
2000-05-31Added the introduction chapter of progdoc.Martin Mares
2000-05-30Added section about client.Pavel Machek
2000-05-30More todo in documentation.Pavel Machek
2000-05-30Updated TODO.Martin Mares
2000-05-29Really short installation section added.Pavel Machek
2000-05-29Docs updates.Pavel Machek
2000-05-29Info about client. (Mj, if you tell me that's trivial, what about youPavel Machek
writing it?)
2000-05-28Documentation update.Pavel Machek
2000-05-19Fixed a very nasty bug in FIB iterators.Martin Mares
2000-05-19BGP now reports originating AS and origin type in get_route_info().Martin Mares
2000-05-19Asynchronous feeding of protocols.Martin Mares
2000-05-16Don't log state changes if nothing user-visible has changed.Martin Mares
2000-05-16When in persist mode, don't delete routes from kernel tables even ifMartin Mares
they cease to exist in our routing tables due to protocols having shut down.
2000-05-15bgp_get_status: If protocol is down, don't print BGP state.Martin Mares
2000-05-15Cleanup of configuration.Martin Mares
o Use `expr' instead of `NUM' and `ipa' instead of `IPA', so that defined symbols work everywhere. o `define' now accepts both numbers and IP addresses. o Renamed `ipa' in filters to `fipa'. Pavel, please update filters to accept define'd symbols as well.
2000-05-15Got rid of startup functions and filters_postconfig().Martin Mares
By the way, how do you expect pointers to fit in an int?
2000-05-13Added `show route for <prefix-or-ipa>' which looks up route leading toMartin Mares
given network.
2000-05-13Unified parsing of prefixes.Martin Mares
Had to rename `prefix' in filters to `fprefix'.
2000-05-13Adapted to new rt_notify semantics.Martin Mares
2000-05-11If a broadcast address is missing, go fake one.Martin Mares
2000-05-09Generated first public alpha release.Martin Mares
Unless you object, I'll announce it today (9.5.) at noon.
2000-05-08Implemented `show route count' which is `show route stats' withMartin Mares
exception that it doesn't print the routes themselves.
2000-05-08Don't crash when the socket gets closed between updates.Martin Mares
Also, this time not only update `remains', but update it right :)
2000-05-08Update `remains' counter correctly.Martin Mares
2000-05-08Updated TODO.Martin Mares
2000-05-07Implemented `show route <...> stats'.Martin Mares
2000-05-07Setup of incoming connection is now a separate function.Martin Mares
2000-05-07Added commands `show route protocol <p>' and `show route import <p>' whichMartin Mares
show the routing table as exported to the protocol given resp. as returned from its import control hook. To get handling of filtered extended attributes right (even in the old `show route where <filter>' command), the get_route_info hook gets an attribute list and all protocol specific rte attributes are contained there as temporary ones. Updated RIP to do that. Added ea_append() which joins two ea_list's.
2000-05-06IPv6 support compiles on both glibc 2.0 and 2.1.Martin Mares