Age | Commit message (Expand) | Author |
2000-04-01 | Changed initialization of protocol list -- now we call proto_build() instead | Martin Mares |
2000-04-01 | BGP now handles incoming routes (IPv4 only). | Martin Mares |
2000-04-01 | When tracing, always print incoming part of the trace before the outgoing one. | Martin Mares |
2000-03-31 | Removal of useless includes continues... | Martin Mares |
2000-03-31 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-31 | Fixed bug in processing of dynamic attributes. | Martin Mares |
2000-03-30 | Use FF_FORCE_TMPATTR where appropriate. | Martin Mares |
2000-03-29 | f_run gets one more parameter to distinguish between in and out modes. | Pavel Machek |
2000-03-27 | if_connected() is again private. | Martin Mares |
2000-03-26 | I broke compilation. Sorry. | Pavel Machek |
2000-03-26 | if_connected is usefull outside of neighbour cache. | Pavel Machek |
2000-03-20 | Added missing newline in debug output. | Martin Mares |
2000-03-20 | Define new data types for BGP. | Martin Mares |
2000-03-19 | Bare skeleton of the BGP. | Martin Mares |
2000-03-19 | Protocol tracing: Don't dump core on filtered out routes. | Martin Mares |
2000-03-12 | Fixed a bunch of FIXME's by removing them :) | Martin Mares |
2000-03-12 | Made `show status' show uptime and time of last reconfiguration. | Martin Mares |
2000-03-12 | Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, | Martin Mares |
2000-03-12 | Added tracing of interface events. | Martin Mares |
2000-03-12 | Oops, got `<' and `>' markers in trace output reversed. | Martin Mares |
2000-03-12 | Added debugging of communication between protocols and routing tables. | Martin Mares |
2000-03-07 | Added debugging of protocol state transitions. | Martin Mares |
2000-03-07 | Added configuration of default protocol debugging flags. | Martin Mares |
2000-03-07 | Added protocol debugging flags (protocol.h: D_xxx), parsing of them | Martin Mares |
2000-03-04 | Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning. | Martin Mares |
2000-03-04 | Garbage collector events and counters are now per table and one day | Martin Mares |
2000-03-04 | Enabled short continuations. | Martin Mares |
2000-03-04 | Implemented real attribute cache. | Martin Mares |
2000-03-01 | Removed RTF_EXTERIOR and RTF_TAGGED (unused). | Martin Mares |
2000-03-01 | Reimplemented neighbor cache. Now uses real hashing. | Martin Mares |
2000-03-01 | Added proto->hash_key which contains randomly generated hash key used | Martin Mares |
2000-03-01 | If the user has specified identical preferences for instances of different | Martin Mares |
2000-02-29 | Rewrote interface type detection logic. The `unnumbered' flag is now per | Martin Mares |
2000-02-17 | Completion works. Unfortunately, we have to access a couple of internal | Martin Mares |
2000-01-19 | Split off general commands to cmds.c. | Martin Mares |
2000-01-19 | Killed a couple of bugs in the neighbor cache. | 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 | Separated `official protocol names' used in status dumps from name templates | Martin Mares |
2000-01-17 | Device protocol supports reconfiguration. | Martin Mares |
2000-01-17 | Don't forget changing proto->name to point to name in new configuration | Martin Mares |
2000-01-16 | 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 |
2000-01-16 | Don't forget to set proto->min_scope = SCOPE_HOST. | Martin Mares |
1999-12-16 | Minor cleanups. | Martin Mares |
1999-12-16 | Avoid touching F_MODIFY, it no longer exists. | Martin Mares |
1999-12-09 | Added universal locking mechanism which will solve problems | Martin Mares |