Age | Commit message (Expand) | Author |
2000-06-07 | Spelling fixes to progdoc. | Martin Mares |
2000-06-02 | Added documentation on protocols. | Martin Mares |
2000-05-30 | Better formatting of protocol status. | Martin Mares |
2000-05-19 | No more problems when protocols gets disabled during feeding. | Martin Mares |
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-06 | Cosmetic fixes. | Martin Mares |
2000-05-04 | Removed a lot of unused variables. | Martin Mares |
2000-04-28 | Event handlers no longer return re-queue flag. Instead of using it, just | Martin Mares |
2000-04-26 | Fixed several bugs in protocol state machine. Reconfigurations and | Martin Mares |
2000-04-25 | Don't forget to set filter pointers in struct proto when reconfiguring. | Martin Mares |
2000-04-01 | Changed initialization of protocol list -- now we call proto_build() instead | Martin Mares |
2000-04-01 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-19 | Bare skeleton of the BGP. | Martin Mares |
2000-03-12 | Fixed a bunch of FIXME's by removing them :) | Martin Mares |
2000-03-12 | Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, | Martin Mares |
2000-03-07 | Added debugging of protocol state transitions. | 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 | Moved initlialization of protocol lists to global init. Argh. | Martin Mares |
2000-01-17 | Don't forget changing proto->name to point to name in new configuration | Martin Mares |
2000-01-17 | Reworked proto lists -- each proto is now in two lists: the global one | Martin Mares |
2000-01-16 | Added filter_same() for comparision of two filters. | 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-06 | Moved initialization of protocol list to proto.c. | Martin Mares |
1999-12-03 | Added proto_get_named() to be used in CLI commands to get protocol instance | 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-10-29 | Events now return a value. If it's non-zero, the event is re-queued | Martin Mares |
1999-08-03 | Protocol engine bug fixes: | Martin Mares |
1999-05-17 | From now we support multiple tables. The master_table variable is | Martin Mares |
1999-04-05 | Changed syntax of attaching filters to protocols to hopefully the final | Martin Mares |
1999-03-29 | Clarify resource dumps and include them in the main debugging dump. | 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-09 | Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. | Ondrej Filip |
1999-03-04 | Initialize allocated struct proto :-) | Martin Mares |
1999-03-03 | Fix several things I broke today. | Martin Mares |
1999-03-03 | Added a hack forcing protocols with priority>0 to be started up | Martin Mares |
1999-03-03 | Introduced protocol priority (all 'normal' protocols should use the | Martin Mares |
1999-02-13 | When protocols go down, prune the neighbor list. | Martin Mares |
1999-02-13 | Perform gracious shutdown upon receipt of SIGTERM. Finally we can | Martin Mares |
1999-02-13 | Implemented real cleanup and pruning of routing table on protocol shutdown. | Martin Mares |