summaryrefslogtreecommitdiffstats
path: root/zebra/rib.h
Commit message (Expand)AuthorAgeFilesLines
* zebra: support FIB override routestterasTimo Teräs2015-06-041-0/+1
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2015-06-041-0/+1
* zebra-nexthop-tracking.patchDinesh G Dutt2015-06-041-53/+8
* zebra: make MRIB lookup behaviour switchableDavid Lamparter2015-02-061-0/+17
* zebra: return route_node from rib_match_ipv4_safiDavid Lamparter2015-02-061-1/+2
* zebra: mrib: static route supportEverton Marques2015-02-061-5/+5
* zebra: kill rib_match_ipv4()David Lamparter2015-02-061-1/+0
* zebra: mrib: Include BGP routes in RPF lookupsEverton Marques2015-02-061-1/+1
* zebra: add rib_match_ipv4_safi()Everton Marques2015-02-061-0/+1
* zebra: apply syntactic sugar to rib_dump()David Lamparter2014-04-011-1/+3
* zebra: make rib_dump() compatible with IPv6 RIBVincent Bernat2013-10-221-1/+1
* zebra: implement NEXTHOP_FLAG_ONLINKChristian Franke2013-09-191-0/+1
* zebra: rework recursive route resolutionChristian Franke2013-09-191-6/+56
* zebra: add module to communicate routes to FPMAvneesh Sachdev2012-11-301-0/+18
* zebra: extern/extract some functions from rt_netlink.cAvneesh Sachdev2012-11-301-0/+1
* zebra: add iterator for walking all tables in RIBAvneesh Sachdev2012-11-301-0/+52
* zebra: add way to determine VRF/AFI/SAFI of tableAvneesh Sachdev2012-11-301-0/+36
* zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev2012-11-301-4/+114
* Merge quagga mainline into the google ISIS code.Avneesh Sachdev2012-04-111-5/+6
|\
| * zebra: IPv6 MP-BGP Routes addition and deletionG.Balaji2012-01-231-2/+2
| * zebra: IPv4 MP-BGP Routes addition and deletionG.Balaji2012-01-231-3/+3
| * zebra: ZEBRA_HELLO and mopping up routes (BZ#448)Vyacheslav Trushkin2012-01-021-0/+1
* | zebra: read multipath routes and hw addr from netlinkJosh Bailey2012-04-071-0/+4
|/
* + initial edition of meta-queue for RIB updates processing (bug #431)Denis Ovsienko2008-06-021-1/+15
* + fix bug#326 by rib_lookup_and_pushup()Denis Ovsienko2008-02-261-0/+1
* Merged own patch for the bug #391 (debugging and comments mostly).Denis Ovsienko2007-08-131-0/+9
* [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-021-17/+16
* [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueingPaul Jakma2006-07-271-5/+12
* [zebra] arrange structs in padding-efficient manner and remove unused fieldPaul Jakma2006-03-301-18/+17
* [zebra] Fix mistake in previous commit and further compile warnings/errors.paul2005-11-241-0/+2
* * rib.h: Add note about behaviour of rib_add_ipv[46]* functions -hasso2005-09-241-0/+3
* * zebra_rib.c, rib.h: Add distance and metric arguments to thehasso2005-08-271-1/+2
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-33/+30
* 2005-04-28 Paul Jakma <paul.jakma@sun.com>paul2005-04-281-0/+3
* Some compiler warnings fixes and fix for bugzilla #119.hasso2004-10-121-4/+5
* 2003-07-15 Paul Jakma <paul@dishone.st>paul2003-07-151-10/+14
* Add back support for null0 interface blackhole routes.paul2003-05-251-0/+3
* Route (reject|blackhole) support from 6Wind patch.hasso2003-05-251-5/+16
* Initial revisionpaul2002-12-131-0/+251