Age | Commit message (Expand) | Author |
2000-05-16 | Don't segfault when someone adds passwords. | Pavel Machek |
2000-05-16 | Password same now actually works | Pavel Machek |
2000-05-16 | Don't log state changes if nothing user-visible has changed. | Martin Mares |
2000-05-15 | Cleanup of configuration. | Martin Mares |
2000-05-13 | Added `show route for <prefix-or-ipa>' which looks up route leading to | Martin Mares |
2000-05-13 | Added fib_route() which does (although very slow) lookup of longest-match | Martin Mares |
2000-05-13 | Unified parsing of prefixes. | Martin Mares |
2000-05-13 | Changed semantics of the rt_update hook. The attribute list we pass now | Martin Mares |
2000-05-11 | Fixed nasty segfault in rip. | Pavel Machek |
2000-05-10 | password_same utility function | Pavel Machek |
2000-05-10 | Added more convient interface for ea_find. | Pavel Machek |
2000-05-08 | rt_prune: Don't kill routes from protocols in FS_FEEDING state. If debugging, | Martin Mares |
2000-05-08 | Several simplifications of the fib iterators. | Martin Mares |
2000-05-08 | Implemented `show route count' which is `show route stats' with | Martin Mares |
2000-05-08 | Stop feeding the protocol if it suddenly shuts down. | Martin Mares |
2000-05-08 | Really free attributes. | Martin Mares |
2000-05-08 | bugs_in_attr_cache_hashing--; | Martin Mares |
2000-05-08 | Use preferences properly. | Martin Mares |
2000-05-08 | Fixed `show route primary'. | Martin Mares |
2000-05-08 | Debugged printing and pruning of neighbor cache entries. | Martin Mares |
2000-05-07 | Don't count networks with no routes (they are not displayed at all and | Martin Mares |
2000-05-07 | Implemented `show route <...> stats'. | Martin Mares |
2000-05-07 | Squashed one bug in fib_rehash(). No more routes disappearing as if struct | Martin Mares |
2000-05-07 | Killed one more reference to RTS_RIP_EXT. | Martin Mares |
2000-05-06 | Added commands `show route protocol <p>' and `show route import <p>' which | Martin Mares |
2000-05-06 | Cosmetic fixes. | Martin Mares |
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 |