aboutsummaryrefslogtreecommitdiffstats
path: root/nest/rt-table.c
Commit message (Expand)AuthorAgeFilesLines
* Better description of the route distribution process.Martin Mares2000-06-021-2/+29
* Documentation on routing tables and route attributes.Martin Mares2000-06-021-1/+59
* Documentation.Martin Mares2000-06-011-1/+146
* Killed bug in merging of dynamic attributes.Martin Mares2000-05-301-4/+6
* Routing table garbage collector gets really called.Martin Mares2000-05-191-6/+6
* Fixed a buglet in asynchronous feeding and increased maximum numberMartin Mares2000-05-191-6/+7
* Asynchronous feeding of protocols.Martin Mares2000-05-191-29/+68
* Added `show route for <prefix-or-ipa>' which looks up route leading toMartin Mares2000-05-131-1/+4
* Changed semantics of the rt_update hook. The attribute list we pass nowMartin Mares2000-05-131-5/+17
* rt_prune: Don't kill routes from protocols in FS_FEEDING state. If debugging,Martin Mares2000-05-081-1/+8
* Implemented `show route count' which is `show route stats' withMartin Mares2000-05-081-1/+2
* Stop feeding the protocol if it suddenly shuts down.Martin Mares2000-05-081-0/+2
* Fixed `show route primary'.Martin Mares2000-05-081-1/+1
* Don't count networks with no routes (they are not displayed at all andMartin Mares2000-05-071-1/+2
* Implemented `show route <...> stats'.Martin Mares2000-05-071-1/+7
* Added commands `show route protocol <p>' and `show route import <p>' whichMartin Mares2000-05-061-6/+46
* Fixed silly bug in previous commit.Martin Mares2000-05-061-1/+1
* When rte_update is called for an identical route, don't announce anything.Martin Mares2000-05-061-0/+19
* Removed a lot of unused variables.Martin Mares2000-05-041-1/+0
* IPv6 address classification fixes.Martin Mares2000-05-021-4/+12
* Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares2000-04-271-2/+1
* Changed initialization of protocol list -- now we call proto_build() insteadMartin Mares2000-04-011-5/+1
* When tracing, always print incoming part of the trace before the outgoing one.Martin Mares2000-04-011-2/+2
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-311-2/+1
* Use FF_FORCE_TMPATTR where appropriate.Martin Mares2000-03-301-2/+2
* f_run gets one more parameter to distinguish between in and out modes.Pavel Machek2000-03-291-4/+4
* Protocol tracing: Don't dump core on filtered out routes.Martin Mares2000-03-191-1/+1
* Fixed a bunch of FIXME's by removing them :)Martin Mares2000-03-121-1/+5
* Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares2000-03-121-2/+2
* Oops, got `<' and `>' markers in trace output reversed.Martin Mares2000-03-121-2/+2
* Added debugging of communication between protocols and routing tables.Martin Mares2000-03-121-15/+98
* Garbage collector events and counters are now per table and one dayMartin Mares2000-03-041-32/+43
* If the user has specified identical preferences for instances of differentMartin Mares2000-03-011-1/+8
* Converted shutdown to a kind of reconfiguration, it's no more handledMartin Mares2000-01-161-2/+2
* First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares2000-01-161-8/+59
* Avoid touching F_MODIFY, it no longer exists.Martin Mares1999-12-161-5/+6
* Except for special protocols (nowadays only the kernel syncer), don'tMartin Mares1999-12-081-13/+12
* Added dumping of routing tables (`show route'). This includes filtering.Martin Mares1999-12-011-1/+123
* Events now return a value. If it's non-zero, the event is re-queuedMartin Mares1999-10-291-1/+2
* Ouch, how could I write this?Martin Mares1999-08-031-1/+1
* Allow announces of rte's to protocols in FS_FEEDING state.Martin Mares1999-08-031-1/+1
* Kernel route syncer supports multiple tables.Martin Mares1999-08-031-0/+1
* Added extra argument to rt_update hook which contains a pointer to theMartin Mares1999-05-311-1/+1
* From now we support multiple tables. The master_table variable isMartin Mares1999-05-171-30/+80
* Removed TOS support. This simplifies many things a lot.Martin Mares1999-04-121-78/+36
* Routing table core changes to support full route filtering:Martin Mares1999-04-051-25/+103
* More changes to the kernel syncer.Martin Mares1999-04-031-7/+7
* Allow different instances of the same protocol with identical preferences.Martin Mares1999-03-261-5/+2
* rte_update: Check sanity of incoming entries. Throw out (and log) all routesMartin Mares1999-03-171-6/+40
* Allow input and output filters (only accept/reject style as we didn't defineMartin Mares1999-03-171-2/+23