Age | Commit message (Expand) | Author |
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 |
1999-03-17 | Allow input and output filters (only accept/reject style as we didn't define | Martin Mares |
1999-03-17 | Removed the `rta_same' hook since it's no longer needed (all protocols | Martin Mares |
1999-03-09 | Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. | Ondrej Filip |
1999-03-03 | Introduced protocol priority (all 'normal' protocols should use the | Martin Mares |
1999-03-01 | Renamed struct rtattr to struct rta to make things more consistent and | Martin Mares |
1999-02-13 | Perform gracious shutdown upon receipt of SIGTERM. Finally we can | Martin Mares |
1999-02-11 | struct proto again contains instance name (a copy of proto->cf->name). | Martin Mares |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares |
1998-12-06 | Added skeleton of static route protocol. | Martin Mares |
1998-11-29 | Added configuration of the device internal protocol. This is primarily | Martin Mares |
1998-11-29 | Allow setting debug value and `disabled' flag in protocol definition. | Martin Mares |
1998-10-20 | Insert/remove hooks return void, not int. | Martin Mares |
1998-10-19 | Proto struct now contain (down | starting | up) state. | Martin Mares |
1998-10-18 | Split protocol init to building of protocol list and real protocol init. | Martin Mares |
1998-10-18 | After contemplating about RIP route timeouts for a long time, I've implemented | Martin Mares |
1998-10-17 | Solve chicken-and-egg problems with protocol startup. We now queue all inactive | Martin Mares |
1998-08-31 | Route update hook now gets network prefix as well as updated | Martin Mares |
1998-07-09 | Adding proto_dump_all() function | Pavel Machek |