summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2000-05-02Route calculation for stub networks.Ondrej Filip
2000-05-02Defined format specifier `%M' which behaves as `%m', but takes theMartin Mares
error code as an argument. Use it in socket hooks where we really shouldn't rely on errno containing the right value or even existing.
2000-05-02Full protocol tracing.Martin Mares
2000-05-02IPv6 address classification fixes.Martin Mares
2000-05-02Handle redistribution of unknown attributes correctly.Martin Mares
2000-05-01Many small changes and bug fixes. Routing table calculation works.Ondrej Filip
I'm waiting for rt lookup to add stub networks.
2000-04-30Moved documentation to top of file, where it belongs.Pavel Machek
2000-04-30Sync with nest's rt table and some minor improvements.Ondrej Filip
2000-04-30RT calculation strongly simplified. Now, I don't need anyOndrej Filip
memory allocation. :-)
2000-04-29Minor documentation update.Pavel Machek
2000-04-29Calculating of nexts hop(s) added.Ondrej Filip
2000-04-29IpV6 now actually compiles.Pavel Machek
Mj, could you provide example of static config for ipv6 that is _not_ rejected by checks? I tried this and got rejected. route 62:168::/32 via 62:169::; route 1:2::/32 via 1:3::;
2000-04-28Updated TODO.Martin Mares
2000-04-28The `bgp_origin' attribute is now an enum.Martin Mares
2000-04-28Include CF_HDR section in keywords.h as well, so that protocol symbolsMartin Mares
can be used in definition of ENUM's.
2000-04-28Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares
C declarations etc.).
2000-04-28Killed fixme: I already fixed it.Pavel Machek
2000-04-28Provide rip_get_attr, how do I test it?Pavel Machek
2000-04-28Add sample documentation to rip.Pavel Machek
2000-04-28Include proto/rip/rip.c in documentation system.Pavel Machek
2000-04-28Cleanup of dead code + example documentation for two functions.Pavel Machek
2000-04-28Documentation-generating tool taken from linux-2.3.99-pre6, andPavel Machek
makefile to actually use it.
2000-04-28Some more fixes for attributeless UPDATEs.Martin Mares
2000-04-28Fixed a couple of nasty CLI bugs which were triggered on long or multi-partMartin Mares
outputs. It took a whole evening to hunt them down, but now the CLI seems to work fine. Now I run three BGP connections with several thousand routes!
2000-04-28Path attribute can be missing if we process a packet with empty NLRI section.Martin Mares
2000-04-28Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares
call ev_schedule() on the same handler which should work perfectly now.
2000-04-27Fixed stupid bug in as_path_format().Martin Mares
2000-04-27Handle connect errors correctly.Martin Mares
2000-04-26Stub networks done.Ondrej Filip
2000-04-26Nets are used before routers.Ondrej Filip
2000-04-26IBGP fixes.Martin Mares
2000-04-26Changed handling of incoming connections, so that we can send dataMartin Mares
from the send hook without worrying about existence of socket buffers. Also, don't forget to copy peer addresses.
2000-04-26Routing table calculation. Dijkstra done.Ondrej Filip
2000-04-26Removed several FIXME's.Martin Mares
2000-04-26Better formatting of router ID's.Martin Mares
2000-04-26Fixed several bugs in protocol state machine. Reconfigurations andMartin Mares
restarts of BGP seem to work now.
2000-04-26Use right address for ripv6.Pavel Machek
2000-04-26Cleanup in preparation for ipv6.Pavel Machek
2000-04-26Small cleanup.Pavel Machek
2000-04-26Whitespace changes.Pavel Machek
2000-04-26filter_same should now work with path masks.Pavel Machek
2000-04-26Bugfix in i_same (comparing of paths still does not work).Pavel Machek
2000-04-26Added code for testing filters.Pavel Machek
2000-04-26Marked place where new enums belong.Pavel Machek
2000-04-26Startup renamed to __startup: it is internal function and mj alreadyPavel Machek
uses word startup in other context.
2000-04-26Implemented automatic restart after error with all the timers needed.Martin Mares
2000-04-26Avoid printing of error messages on Cease notifications.Martin Mares
2000-04-26Allow sk_close(NULL).Martin Mares
2000-04-26Randomize timers properly.Martin Mares
2000-04-25Support dynamic reconfiguration.Martin Mares