Age | Commit message (Expand) | Author |
2010-07-05 | Implements hostcache and recursive next hops. | Ondrej Zajicek |
2010-04-07 | Implements BGP 'show protocols' info details. | Ondrej Zajicek |
2010-02-26 | Many changes in (mainly) kernel syncers. | Ondrej Zajicek |
2010-02-21 | Restricted read-only CLI. | Ondrej Zajicek |
2010-02-20 | Implements pattern match for 'show protocols' command. | Ondrej Zajicek |
2010-02-13 | Removes phantom protocol from the pipe design. | Ondrej Zajicek |
2010-02-13 | Fixes protocol statistics for pipes. | Ondrej Zajicek |
2010-02-11 | Fixes a tricky bug in the pipe protocol. | Ondrej Zajicek |
2010-01-03 | Implements MRTdump feature. | Ondrej Zajicek |
2009-12-14 | Finishes 'route reload' feature. | Ondrej Zajicek |
2009-12-02 | Implements route re-feed. | Ondrej Zajicek |
2009-11-26 | Implements BGP route refresh. | Ondrej Zajicek |
2009-11-17 | Implement description field of protocol. | Ondrej Zajicek |
2009-10-12 | Implements protocol-specific router id and updates documentation. | Ondrej Zajicek |
2009-06-19 | Adds support for soft reconfiguration. | Ondrej Zajicek |
2009-06-04 | Implements route statistics and fixes some minor bugs. | Ondrej Zajicek |
2009-05-31 | Changes pipes to transfer all routes between routing table, not just optimal ... | Ondrej Zajicek |
2008-11-08 | Proper format functions for ORIGINATOR_ID, CLUSTER_LIST | Ondrej Zajicek |
2000-05-19 | Asynchronous feeding of protocols. | Martin Mares |
2000-05-16 | Don't log state changes if nothing user-visible has changed. | Martin Mares |
2000-05-13 | Changed semantics of the rt_update hook. The attribute list we pass now | Martin Mares |
2000-05-07 | Added commands `show route protocol <p>' and `show route import <p>' which | Martin Mares |
2000-05-06 | When rte_update is called for an identical route, don't announce anything. | Martin Mares |
2000-04-01 | Changed initialization of protocol list -- now we call proto_build() instead | Martin Mares |
2000-03-19 | Bare skeleton of the BGP. | Martin Mares |
2000-03-12 | Added tracing of interface events. | Martin Mares |
2000-03-07 | Added protocol debugging flags (protocol.h: D_xxx), parsing of them | Martin Mares |
2000-03-01 | Added proto->hash_key which contains randomly generated hash key used | Martin Mares |
2000-01-18 | Killed protocol->priority. Protocol startup should be clean and hack-free now. | Martin Mares |
2000-01-18 | protocol->startup_counter no longer exists. | Martin Mares |
2000-01-17 | Separated `official protocol names' used in status dumps from name templates | Martin Mares |
2000-01-17 | Reworked proto lists -- each proto is now in two lists: the global one | Martin Mares |
2000-01-16 | Converted shutdown to a kind of reconfiguration, it's no more handled | Martin Mares |
2000-01-16 | First attempt on dynamic reconfiguration. There are still lots of bugs | Martin Mares |
1999-12-08 | Except for special protocols (nowadays only the kernel syncer), don't | Martin Mares |
1999-12-03 | Added proto_get_named() to be used in CLI commands to get protocol instance | Martin Mares |
1999-12-01 | Added get_route_info and show_route_data hooks to struct protocol. | Martin Mares |
1999-12-01 | `show protocols' now shows time of last state change and protocol-dependent | Martin Mares |
1999-11-30 | Remember protocol instance in proto_config and use that for | Martin Mares |
1999-11-30 | `show interfaces' and `show protocols' works. | Martin Mares |
1999-11-25 | Added few basic commands: show status, show interfaces [summary], | Martin Mares |
1999-08-03 | Implemented a Table-to-Table protocol a.k.a The Pipe. | Martin Mares |
1999-08-03 | Protocol engine bug fixes: | Martin Mares |
1999-05-31 | Added extra argument to rt_update hook which contains a pointer to the | Martin Mares |
1999-05-17 | From now we support multiple tables. The master_table variable is | Martin Mares |
1999-05-06 | I rewrote the interface handling code, so that it supports multiple | Martin Mares |
1999-04-05 | Added some new protocol hooks (look at the comments for better explanation): | Martin Mares |
1999-04-03 | Added new protocol hook for dumping of protocol-dependent route | Martin Mares |
1999-03-26 | Added everything protocols need to know about multiple routing tables, | Martin Mares |
1999-03-26 | Slightly better generator of default protocol instance names. | Martin Mares |