summaryrefslogtreecommitdiffstats
path: root/nest
AgeCommit message (Expand)Author
2000-05-28To find out a type of route (external, inter/intra area)Ondrej Filip
2000-05-19Routing table garbage collector gets really called.Martin Mares
2000-05-19Fixed a very nasty bug in FIB iterators.Martin Mares
2000-05-19Fixed freeing of non-embedded extended attributes.Martin Mares
2000-05-19No more problems when protocols gets disabled during feeding.Martin Mares
2000-05-19Added as_path_get_first().Martin Mares
2000-05-19Fixed a buglet in asynchronous feeding and increased maximum numberMartin Mares
2000-05-19Asynchronous feeding of protocols.Martin Mares
2000-05-16Fixed incorrect error message about router ID syntax.Martin Mares
2000-05-16Don't segfault when someone adds passwords.Pavel Machek
2000-05-16Password same now actually worksPavel Machek
2000-05-16Don't log state changes if nothing user-visible has changed.Martin Mares
2000-05-15Cleanup of configuration.Martin Mares
2000-05-13Added `show route for <prefix-or-ipa>' which looks up route leading toMartin Mares
2000-05-13Added fib_route() which does (although very slow) lookup of longest-matchMartin Mares
2000-05-13Unified parsing of prefixes.Martin Mares
2000-05-13Changed semantics of the rt_update hook. The attribute list we pass nowMartin Mares
2000-05-11Fixed nasty segfault in rip.Pavel Machek
2000-05-10password_same utility functionPavel Machek
2000-05-10Added more convient interface for ea_find.Pavel Machek
2000-05-09rt_prune: Don't kill routes from protocols in FS_FEEDING state. If debugging,Martin Mares
2000-05-08Several simplifications of the fib iterators.Martin Mares
2000-05-08Implemented `show route count' which is `show route stats' withMartin Mares
2000-05-08Stop feeding the protocol if it suddenly shuts down.Martin Mares
2000-05-08Really free attributes.Martin Mares
2000-05-08bugs_in_attr_cache_hashing--;Martin Mares
2000-05-08Use preferences properly.Martin Mares
2000-05-08Fixed `show route primary'.Martin Mares
2000-05-08Debugged printing and pruning of neighbor cache entries.Martin Mares
2000-05-07Don't count networks with no routes (they are not displayed at all andMartin Mares
2000-05-07Implemented `show route <...> stats'.Martin Mares
2000-05-07Squashed one bug in fib_rehash(). No more routes disappearing as if structMartin Mares
2000-05-07Killed one more reference to RTS_RIP_EXT.Martin Mares
2000-05-07Added commands `show route protocol <p>' and `show route import <p>' whichMartin Mares
2000-05-06Cosmetic fixes.Martin Mares
2000-05-06Fixed silly bug in previous commit.Martin Mares
2000-05-06When rte_update is called for an identical route, don't announce anything.Martin Mares
2000-05-05Added skeleton Doc files for the whole developer's documentation.Martin Mares
2000-05-04Removed RTS_RIP_EXT.Martin Mares
2000-05-04#ifdef out lots of debugging information.Martin Mares
2000-05-04Removed a lot of unused variables.Martin Mares
2000-05-04Switched off LOCAL_DEBUG.Martin Mares
2000-05-02IPv6 address classification fixes.Martin Mares
2000-04-28Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares
2000-04-28Fixed a couple of nasty CLI bugs which were triggered on long or multi-partMartin Mares
2000-04-28Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares
2000-04-27Fixed stupid bug in as_path_format().Martin Mares
2000-04-26Better formatting of router ID's.Martin Mares
2000-04-26Fixed several bugs in protocol state machine. Reconfigurations andMartin Mares
2000-04-26Whitespace changes.Pavel Machek