]> git.ipfire.org Git - thirdparty/bird.git/history - nest/protocol.h
Adds support for soft reconfiguration.
[thirdparty/bird.git] / nest / protocol.h
2009-06-19  Ondrej ZajicekAdds support for soft reconfiguration.
2009-06-03  Ondrej ZajicekImplements route statistics and fixes some minor bugs.
2009-05-31  Ondrej ZajicekChanges pipes to transfer all routes between routing...
2008-11-08  Ondrej ZajicekProper format functions for ORIGINATOR_ID, CLUSTER_LIST
2000-05-19  Martin MaresAsynchronous feeding of protocols.
2000-05-16  Martin MaresDon't log state changes if nothing user-visible has...
2000-05-13  Martin MaresChanged semantics of the rt_update hook. The attribute...
2000-05-06  Martin MaresAdded commands `show route protocol <p>' and `show...
2000-05-06  Martin MaresWhen rte_update is called for an identical route, don...
2000-04-01  Martin MaresChanged initialization of protocol list -- now we call...
2000-03-19  Martin MaresBare skeleton of the BGP.
2000-03-12  Martin MaresAdded tracing of interface events.
2000-03-07  Martin MaresAdded protocol debugging flags (protocol.h: D_xxx)...
2000-03-01  Martin MaresAdded proto->hash_key which contains randomly generated...
2000-01-18  Martin MaresKilled protocol->priority. Protocol startup should...
2000-01-18  Martin Maresprotocol->startup_counter no longer exists.
2000-01-17  Martin MaresSeparated `official protocol names' used in status...
2000-01-16  Martin MaresReworked proto lists -- each proto is now in two lists...
2000-01-16  Martin MaresConverted shutdown to a kind of reconfiguration, it...
2000-01-16  Martin MaresFirst attempt on dynamic reconfiguration. There are...
1999-12-08  Martin MaresExcept for special protocols (nowadays only the kernel...
1999-12-03  Martin MaresAdded proto_get_named() to be used in CLI commands...
1999-12-01  Martin MaresAdded get_route_info and show_route_data hooks to struc...
1999-12-01  Martin Mares`show protocols' now shows time of last state change...
1999-11-30  Martin MaresRemember protocol instance in proto_config and use...
1999-11-30  Martin Mares`show interfaces' and `show protocols' works.
1999-11-25  Martin MaresAdded few basic commands: show status, show interfaces...
1999-08-03  Martin MaresImplemented a Table-to-Table protocol a.k.a The Pipe.
1999-08-03  Martin MaresProtocol engine bug fixes:
1999-05-31  Martin MaresAdded extra argument to rt_update hook which contains...
1999-05-17  Martin MaresFrom now we support multiple tables. The master_table...
1999-05-06  Martin MaresI rewrote the interface handling code, so that it suppo...
1999-04-05  Martin MaresAdded some new protocol hooks (look at the comments...
1999-04-03  Martin MaresAdded new protocol hook for dumping of protocol-depende...
1999-03-26  Martin MaresAdded everything protocols need to know about multiple...
1999-03-26  Martin MaresSlightly better generator of default protocol instance...
1999-03-17  Martin MaresAllow input and output filters (only accept/reject...
1999-03-17  Martin MaresRemoved the `rta_same' hook since it's no longer needed...
1999-03-09  Ondrej FilipYes, joining the crew. Sorry for being late. Added...
1999-03-03  Martin MaresIntroduced protocol priority (all 'normal' protocols...
1999-03-01  Martin MaresRenamed struct rtattr to struct rta to make things...
1999-02-13  Martin MaresPerform gracious shutdown upon receipt of SIGTERM....
1999-02-11  Martin Maresstruct proto again contains instance name (a copy of...
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1998-12-06  Martin MaresAdded skeleton of static route protocol.
1998-11-29  Martin MaresAdded configuration of the device internal protocol...
1998-11-29  Martin MaresAllow setting debug value and `disabled' flag in protoc...
1998-10-20  Martin MaresInsert/remove hooks return void, not int.
1998-10-19  Martin MaresProto struct now contain (down | starting | up) state.
1998-10-18  Martin MaresSplit protocol init to building of protocol list and...
1998-10-18  Martin MaresAfter contemplating about RIP route timeouts for a...
1998-10-17  Martin MaresSolve chicken-and-egg problems with protocol startup...
1998-08-31  Martin MaresRoute update hook now gets network prefix as well as...
1998-07-09  Pavel MachekAdding proto_dump_all() function
1998-06-03  Martin MaresChanged protocol declarations a bit.
1998-06-01  Martin Mares- Rewrote whole interface logic. Removed support for...
1998-05-20  Martin MaresAdded routing table and routing attribute code.
1998-05-03  Martin MaresNext attempt on data structures...
1998-04-28  Martin MaresChanged #include <x/y> to #include "x/y" for our local...
1998-04-22  Martin MaresFirst look at data structures. More to come tomorrow...