Age | Commit message (Expand) | Author |
2000-05-01 | Many small changes and bug fixes. Routing table calculation works. | Ondrej Filip |
2000-04-30 | Moved documentation to top of file, where it belongs. | Pavel Machek |
2000-04-30 | Sync with nest's rt table and some minor improvements. | Ondrej Filip |
2000-04-30 | RT calculation strongly simplified. Now, I don't need any | Ondrej Filip |
2000-04-29 | Minor documentation update. | Pavel Machek |
2000-04-29 | Calculating of nexts hop(s) added. | Ondrej Filip |
2000-04-29 | IpV6 now actually compiles. | Pavel Machek |
2000-04-28 | Updated TODO. | Martin Mares |
2000-04-28 | The `bgp_origin' attribute is now an enum. | Martin Mares |
2000-04-28 | Include CF_HDR section in keywords.h as well, so that protocol symbols | Martin Mares |
2000-04-28 | Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines, | Martin Mares |
2000-04-28 | Killed fixme: I already fixed it. | Pavel Machek |
2000-04-28 | Provide rip_get_attr, how do I test it? | Pavel Machek |
2000-04-28 | Add sample documentation to rip. | Pavel Machek |
2000-04-28 | Include proto/rip/rip.c in documentation system. | Pavel Machek |
2000-04-28 | Cleanup of dead code + example documentation for two functions. | Pavel Machek |
2000-04-28 | Documentation-generating tool taken from linux-2.3.99-pre6, and | Pavel Machek |
2000-04-28 | Some more fixes for attributeless UPDATEs. | Martin Mares |
2000-04-28 | Fixed a couple of nasty CLI bugs which were triggered on long or multi-part | Martin Mares |
2000-04-28 | Path attribute can be missing if we process a packet with empty NLRI section. | Martin Mares |
2000-04-28 | Event handlers no longer return re-queue flag. Instead of using it, just | Martin Mares |
2000-04-27 | Fixed stupid bug in as_path_format(). | Martin Mares |
2000-04-27 | Handle connect errors correctly. | Martin Mares |
2000-04-26 | Stub networks done. | Ondrej Filip |
2000-04-26 | Nets are used before routers. | Ondrej Filip |
2000-04-26 | IBGP fixes. | Martin Mares |
2000-04-26 | Changed handling of incoming connections, so that we can send data | Martin Mares |
2000-04-26 | Routing table calculation. Dijkstra done. | Ondrej Filip |
2000-04-26 | Removed several FIXME's. | Martin Mares |
2000-04-26 | Better formatting of router ID's. | Martin Mares |
2000-04-26 | Fixed several bugs in protocol state machine. Reconfigurations and | Martin Mares |
2000-04-26 | Use right address for ripv6. | Pavel Machek |
2000-04-26 | Cleanup in preparation for ipv6. | Pavel Machek |
2000-04-26 | Small cleanup. | Pavel Machek |
2000-04-26 | Whitespace changes. | Pavel Machek |
2000-04-26 | filter_same should now work with path masks. | Pavel Machek |
2000-04-26 | Bugfix in i_same (comparing of paths still does not work). | Pavel Machek |
2000-04-26 | Added code for testing filters. | Pavel Machek |
2000-04-26 | Marked place where new enums belong. | Pavel Machek |
2000-04-26 | Startup renamed to __startup: it is internal function and mj already | Pavel Machek |
2000-04-26 | Implemented automatic restart after error with all the timers needed. | Martin Mares |
2000-04-26 | Avoid printing of error messages on Cease notifications. | Martin Mares |
2000-04-26 | Allow sk_close(NULL). | Martin Mares |
2000-04-26 | Randomize timers properly. | Martin Mares |
2000-04-25 | Support dynamic reconfiguration. | Martin Mares |
2000-04-25 | Don't forget to set filter pointers in struct proto when reconfiguring. | Martin Mares |
2000-04-25 | Use the same attribute names as in filters. | Martin Mares |
2000-04-25 | When sending BGP attributes, re-create the flags, so that attributes | Martin Mares |
2000-04-25 | Better reporting of both local and remote errors. | Martin Mares |
2000-04-25 | Real parsing of BGP OPEN options including capability | Martin Mares |