aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Drop stale TODOMichal 'vorner' Vaner2017-08-091-45/+0
| | | | A TODO file last updated 5 years ago is useless.
* NEWS and version update.Ondrej Zajicek2012-03-221-6/+0
|
* Implements Router Advertisement protocol.Ondrej Zajicek2011-03-131-1/+0
|
* NEWS, version and documentation update.Ondrej Zajicek2010-01-061-1/+0
|
* New version.Ondrej Zajicek2009-11-191-1/+0
|
* Minor text updates.Ondrej Zajicek2009-03-251-1/+0
|
* Some tasks are fulfilled. :-)Ondrej Filip2005-02-201-3/+1
|
* Some more TODOs for OSPF.Ondrej Filip2004-08-021-1/+6
|
* Huge OSPF database redesign. Since now, all LSAs of all areasOndrej Filip2004-07-151-1/+0
| | | | | are in single database. This avoids duplication of external LSAs and fixes bug in external LSA distribution.
* Multiple OSPF areas can be attached.Ondrej Filip2004-07-141-2/+0
| | | | | | | | Origination of summary LSA works. Routing table calculation works. Virtual links works. Well, I hope, OSPF is fully compatible with RFC2328!!!!
* A lot of changes:Ondrej Filip2004-06-251-2/+0
| | | | | | | | | | | | | | - 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
* RPM is now able to build IPv4 and IPv6 bird.Ondrej Filip2004-06-061-6/+0
|
* TODO updated.Ondrej Filip2004-06-061-0/+9
|
* If compiled with --enable-debug, don't even try to log to syslog unlessMartin Mares2000-06-191-1/+1
| | | | the user forces it in the config file.
* Use our own SUN_LEN if libc doesn't provide it.Martin Mares2000-06-161-0/+4
|
* Updated.Martin Mares2000-06-081-14/+0
|
* Updated.Martin Mares2000-06-071-37/+3
|
* Updated TODO file.Martin Mares2000-06-071-12/+2
|
* Unless a filter specifies otherwise, all external routes have type 2Martin Mares2000-06-051-2/+0
| | | | metric 10000.
* Description of protocol module moved to where it belongs. If documentationMartin Mares2000-06-051-0/+1
| | | | | of standard modules is stored in their source, such auxilliary files should be as well.
* Updated the TODO list with our last-minute stuff.Martin Mares2000-06-041-12/+28
| | | | Moved the rest to "Various ideas".
* New TODO list.Martin Mares2000-06-021-0/+3
|
* Documentation updatePavel Machek2000-05-311-54/+0
|
* Added the introduction chapter of progdoc.Martin Mares2000-05-311-0/+1
|
* Added section about client.Pavel Machek2000-05-301-10/+0
|
* More todo in documentation.Pavel Machek2000-05-301-0/+10
|
* Updated TODO.Martin Mares2000-05-291-3/+1
|
* Really short installation section added.Pavel Machek2000-05-291-4/+0
|
* Docs updates.Pavel Machek2000-05-291-16/+0
|
* Info about client. (Mj, if you tell me that's trivial, what about youPavel Machek2000-05-291-0/+10
| | | | writing it?)
* Documentation update.Pavel Machek2000-05-281-0/+97
|
* Fixed a very nasty bug in FIB iterators.Martin Mares2000-05-191-2/+0
|
* BGP now reports originating AS and origin type in get_route_info().Martin Mares2000-05-191-2/+0
|
* Asynchronous feeding of protocols.Martin Mares2000-05-191-3/+2
|
* Don't log state changes if nothing user-visible has changed.Martin Mares2000-05-161-4/+0
|
* When in persist mode, don't delete routes from kernel tables even ifMartin Mares2000-05-161-8/+2
| | | | they cease to exist in our routing tables due to protocols having shut down.
* bgp_get_status: If protocol is down, don't print BGP state.Martin Mares2000-05-151-5/+1
|
* Cleanup of configuration.Martin Mares2000-05-151-1/+0
| | | | | | | | | 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.
* Got rid of startup functions and filters_postconfig().Martin Mares2000-05-151-3/+2
| | | | By the way, how do you expect pointers to fit in an int?
* Added `show route for <prefix-or-ipa>' which looks up route leading toMartin Mares2000-05-131-1/+0
| | | | given network.
* Unified parsing of prefixes.Martin Mares2000-05-131-1/+0
| | | | Had to rename `prefix' in filters to `fprefix'.
* Adapted to new rt_notify semantics.Martin Mares2000-05-131-1/+0
|
* If a broadcast address is missing, go fake one.Martin Mares2000-05-111-2/+0
|
* Generated first public alpha release.Martin Mares2000-05-081-5/+8
| | | | Unless you object, I'll announce it today (9.5.) at noon.
* Implemented `show route count' which is `show route stats' withMartin Mares2000-05-081-1/+0
| | | | exception that it doesn't print the routes themselves.
* Don't crash when the socket gets closed between updates.Martin Mares2000-05-081-0/+2
| | | | Also, this time not only update `remains', but update it right :)
* Update `remains' counter correctly.Martin Mares2000-05-081-2/+1
|
* Updated TODO.Martin Mares2000-05-081-2/+14
|
* Implemented `show route <...> stats'.Martin Mares2000-05-071-2/+3
|
* Setup of incoming connection is now a separate function.Martin Mares2000-05-071-2/+0
|