aboutsummaryrefslogtreecommitdiffstats
path: root/nest/route.h
Commit message (Expand)AuthorAgeFilesLines
* Renamed attr->attrs to attr->eattrs.Martin Mares1999-11-041-2/+2
* Implemented a Table-to-Table protocol a.k.a The Pipe.Martin Mares1999-08-031-0/+3
* Kernel route syncer supports multiple tables.Martin Mares1999-08-031-0/+1
* Added extended attributes for rip.Pavel Machek1999-05-311-0/+1
* From now we support multiple tables. The master_table variable isMartin Mares1999-05-171-3/+15
* Removed TOS support. This simplifies many things a lot.Martin Mares1999-04-121-10/+9
* Routing table core changes to support full route filtering:Martin Mares1999-04-051-1/+5
* More changes to the kernel syncer.Martin Mares1999-04-031-6/+8
* Implemented extended route attributes and all related functions.Martin Mares1999-03-171-22/+31
* KRT: Implemented asynchronous route / interface state notificationsMartin Mares1999-03-041-0/+3
* Renamed struct rtattr to struct rta to make things more consistent andMartin Mares1999-03-011-5/+5
* Fixed bug in FIB_ITERATE_END: it assumed the control variable is namedMartin Mares1999-02-131-3/+4
* Rewrote fib functions to make them insert/delete/asynchronous-walk safe.Martin Mares1998-12-201-6/+40
* Added source RTS_DUMMY for temporary routes. They should never appearMartin Mares1998-12-081-0/+1
* Minor rte/rta interface changes:Martin Mares1998-12-071-0/+4
* KRF_* flags moved to krt.h as they are internal to kernel syncer,Martin Mares1998-12-071-5/+2
* Removed protocol-specific data in rte for protocol static since noMartin Mares1998-12-061-4/+0
* RIP now actually talks to itself.Pavel Machek1998-10-201-0/+1
* Added pointer to network to RTE. The complications with passing NET separatelyMartin Mares1998-10-201-3/+4
* o FIB flags now available for FIB users.Martin Mares1998-10-181-4/+6
* Split protocol init to building of protocol list and real protocol init.Martin Mares1998-10-181-0/+1
* After contemplating about RIP route timeouts for a long time, I've implementedMartin Mares1998-10-181-0/+1
* Solve chicken-and-egg problems with protocol startup. We now queue all inactiveMartin Mares1998-10-171-0/+1
* FIB_WALK and friends are now slightly more friendly.Martin Mares1998-06-041-10/+8
* - Rewrote whole interface logic. Removed support for multiple addresses perMartin Mares1998-06-011-19/+1
* Implemented timers. Using bird_clock_t for absolute time from now...Martin Mares1998-05-241-1/+3
* Added routing table and routing attribute code.Martin Mares1998-05-201-1/+23
* Parts of routing table code. Data structure declarations should beMartin Mares1998-05-151-17/+25
* Next attempt on data structures...Martin Mares1998-05-031-14/+58
* Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares1998-04-281-1/+1
* Added few route attributes.Martin Mares1998-04-231-6/+11
* First look at data structures. More to come tomorrow...Martin Mares1998-04-221-0/+190