aboutsummaryrefslogtreecommitdiffstats
path: root/nest/route.h
Commit message (Expand)AuthorAgeFilesLines
* Removed rta_find() since nobody uses it and it's more convenientMartin Mares2000-06-021-1/+0
* FIB documentation.Martin Mares2000-06-011-2/+4
* Route attributes for OSPF.Martin Mares2000-05-301-1/+2
* Better rt dumping.Ondrej Filip2000-05-301-4/+0
* To find out a type of route (external, inter/intra area)Ondrej Filip2000-05-281-0/+4
* Fixed a very nasty bug in FIB iterators.Martin Mares2000-05-191-1/+1
* Asynchronous feeding of protocols.Martin Mares2000-05-191-1/+2
* Added fib_route() which does (although very slow) lookup of longest-matchMartin Mares2000-05-131-1/+2
* Fixed nasty segfault in rip.Pavel Machek2000-05-111-0/+1
* Added more convient interface for ea_find.Pavel Machek2000-05-101-0/+1
* Several simplifications of the fib iterators.Martin Mares2000-05-081-6/+7
* Use preferences properly.Martin Mares2000-05-081-2/+2
* Implemented `show route <...> stats'.Martin Mares2000-05-071-0/+2
* Added commands `show route protocol <p>' and `show route import <p>' whichMartin Mares2000-05-061-1/+5
* Removed RTS_RIP_EXT.Martin Mares2000-05-041-9/+7
* Define EAF_ORIGINATED and propagate it properly when merging attribute lists.Martin Mares2000-04-171-0/+1
* Printing of AS paths and community sets.Martin Mares2000-04-171-0/+1
* Fix comments.Martin Mares2000-04-101-3/+3
* As usuall, most important info was missing.Pavel Machek2000-04-101-1/+1
* Export ea_same() and ea_hash().Martin Mares2000-04-101-1/+4
* BGP doesn't need any inline attributes.Martin Mares2000-04-091-4/+0
* Changed initialization of protocol list -- now we call proto_build() insteadMartin Mares2000-04-011-0/+3
* Define new data types for BGP.Martin Mares2000-03-201-3/+4
* Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning.Martin Mares2000-03-041-1/+1
* Garbage collector events and counters are now per table and one dayMartin Mares2000-03-041-1/+8
* Implemented real attribute cache.Martin Mares2000-03-041-3/+2
* Removed RTF_EXTERIOR and RTF_TAGGED (unused).Martin Mares2000-03-011-4/+1
* First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares2000-01-161-2/+9
* Minor cleanups.Martin Mares1999-12-161-1/+0
* Added dumping of routing tables (`show route'). This includes filtering.Martin Mares1999-12-011-0/+14
* Fix timeouts. Triggered updates are not done, yet.Pavel Machek1999-11-251-0/+1
* Allow EA type to be set to 'undefined' which overrides all further definitonsMartin Mares1999-11-181-0/+4
* DEF_PREF_UKR and DEF_PREF_SINK removed.Martin Mares1999-11-181-2/+0
* 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