Age | Commit message (Expand) | Author |
2000-05-06 | Fixed silly bug in previous commit. | Martin Mares |
2000-05-06 | When rte_update is called for an identical route, don't announce anything. | Martin Mares |
2000-05-05 | Added skeleton Doc files for the whole developer's documentation. | Martin Mares |
2000-05-04 | Removed RTS_RIP_EXT. | Martin Mares |
2000-05-04 | #ifdef out lots of debugging information. | Martin Mares |
2000-05-04 | Removed a lot of unused variables. | Martin Mares |
2000-05-04 | Switched off LOCAL_DEBUG. | Martin Mares |
2000-05-02 | IPv6 address classification fixes. | Martin Mares |
2000-04-28 | Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines, | Martin Mares |
2000-04-27 | Fixed a couple of nasty CLI bugs which were triggered on long or multi-part | Martin Mares |
2000-04-27 | Event handlers no longer return re-queue flag. Instead of using it, just | Martin Mares |
2000-04-27 | Fixed stupid bug in as_path_format(). | Martin Mares |
2000-04-26 | Better formatting of router ID's. | Martin Mares |
2000-04-26 | Fixed several bugs in protocol state machine. Reconfigurations and | Martin Mares |
2000-04-26 | Whitespace changes. | Pavel Machek |
2000-04-25 | Don't forget to set filter pointers in struct proto when reconfiguring. | Martin Mares |
2000-04-17 | Don't import/export MED and LOCAL_PREF on external links. | Martin Mares |
2000-04-17 | The previous fix for spacing was (a) totally out of context, (b) wrong. | Martin Mares |
2000-04-17 | Put space between entries so they are separated. | Pavel Machek |
2000-04-17 | Int sets moved to core. It is now possible to have variable of type clist. | Pavel Machek |
2000-04-17 | Define EAF_ORIGINATED and propagate it properly when merging attribute lists. | Martin Mares |
2000-04-17 | Aesthetical tweaks (asterisk spells `asterisk' etc.) | Martin Mares |
2000-04-17 | as_path_match moved to a-path.c | Pavel Machek |
2000-04-17 | Path_getlen moved to nest and length was made callable from filters. | Pavel Machek |
2000-04-17 | Printing of AS paths and community sets. | Martin Mares |
2000-04-17 | Created nest/a-path.c and a-set.c which should contain general operations | Martin Mares |
2000-04-10 | Fix comments. | Martin Mares |
2000-04-10 | As usuall, most important info was missing. | Pavel Machek |
2000-04-10 | Export ea_same() and ea_hash(). | Martin Mares |
2000-04-10 | Fix stupid bug in neighbor cache. | Martin Mares |
2000-04-09 | BGP doesn't need any inline attributes. | Martin Mares |
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 |