aboutsummaryrefslogtreecommitdiffstats
path: root/nest/rt-fib.c
Commit message (Expand)AuthorAgeFilesLines
* RIP: Demand circuit support (RFC 2091)Ondrej Zajicek (work)2020-02-211-0/+34
* KRT: Improve syncer code to avoid using temporary data in rtableOndrej Zajicek (work)2020-01-071-1/+0
* Nest: FIB rehash values tweaked for better performanceMaria Matejka2019-01-311-3/+44
* Route table max hash size raised to 2^24.Jan Maria Matejka2018-12-041-1/+1
* Add support for source-specific IPv6 routes to BIRD coreOndrej Zajicek (work)2018-02-131-0/+2
* Nest: Trivial whitespace cleanupOndrej Zajicek (work)2018-02-071-1/+1
* Nest: remove duplicate functionOndrej Zajicek (work)2018-01-241-18/+4
* Minor fixes for debug modeOndrej Zajicek (work)2017-12-161-9/+3
* Revive FIB and kernel MPLS codeOndrej Zajicek (work)2017-12-121-0/+3
* Merge commit '7b2c5f3d2826e3175bf31b1c36056c9efc587a2b' into int-newOndrej Zajicek (work)2017-12-071-0/+18
|\
| * Docs: FIB iteration macrosMichal 'vorner' Vaner2017-09-191-0/+18
* | Basic flow specification support (RFC 5575)Ondrej Zajicek (work)2016-12-071-0/+8
* | BSD: Explicitly dropping routes with mismatched AF's.Jan Moskyto Matejka2016-01-211-0/+4
* | Rewrite roa_check() for integrated BIRDPavel Tvrdík2016-01-201-0/+9
* | Add NET ROA4/6 structuresPavel Tvrdík2016-01-071-0/+8
* | Move ID allocator to a separate file and use it also in OSPFOndrej Zajicek (work)2015-12-291-1/+0
* | Follow-up work on integrationOndrej Zajicek (work)2015-12-241-20/+23
* | Modify FIB_WALK() and FIB_ITERATE() to work with new FIB codeOndrej Zajicek (work)2015-12-211-7/+1
* | Follow-up work on integrationOndrej Zajicek (work)2015-12-211-4/+7
* | Nest: Reimplement fib_route() and add some constsOndrej Zajicek (work)2015-12-201-47/+67
* | Initial commit on integrated BIRDOndrej Zajicek (work)2015-11-051-72/+135
|/
* Major RIP redesignOndrej Zajicek (work)2015-10-051-0/+19
* unsigned [int] -> uintPavel Tvrdík2015-06-081-5/+5
* Minor fixesPavel Tvrdík2015-02-211-1/+1
* Implement proper LSA ID generation.Ondrej Zajicek2009-10-071-2/+39
* Marked unused parameters in core code as such.Martin Mares2004-06-051-1/+1
* Fixes to the progdoc.Martin Mares2000-06-071-2/+2
* FIB documentation.Martin Mares2000-06-011-1/+92
* Added fib_route() which does (although very slow) lookup of longest-matchMartin Mares2000-05-131-0/+17
* Several simplifications of the fib iterators.Martin Mares2000-05-081-14/+14
* Squashed one bug in fib_rehash(). No more routes disappearing as if structMartin Mares2000-05-071-2/+2
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-311-2/+1
* Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares2000-03-121-1/+1
* Oops, previous modification for passing NULL to fib_init() did notPavel Machek1998-12-221-2/+2
* Allow NULL to init_fib().Pavel Machek1998-12-221-1/+6
* die() -> bug() where appropriate.Martin Mares1998-12-201-8/+8
* Rewrote fib functions to make them insert/delete/asynchronous-walk safe.Martin Mares1998-12-201-30/+309
* Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with tokenMartin Mares1998-11-291-1/+1
* o FIB flags now available for FIB users.Martin Mares1998-10-181-1/+0
* Debug messages.Martin Mares1998-05-261-2/+2
* Parts of routing table code. Data structure declarations should beMartin Mares1998-05-151-0/+150