summaryrefslogtreecommitdiffstats
path: root/zebra/rib.h
Commit message (Expand)AuthorAgeFilesLines
* cumulus take-3cumulus-take-3Timo Teräs2016-03-301-80/+42
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-7/+7
* zebra: support FIB override routesTimo Teräs2016-02-261-0/+1
* zebra: Cleanup RTADV defineDonald Sharp2015-12-081-8/+4
* zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.cDonald Sharp2015-12-081-9/+4
* zebra: Collapse struct static_ipv[4|6] into struct static_routeDonald Sharp2015-12-081-43/+10
* zebra: implement per-route mtu handlingTimo Teräs2015-12-081-2/+7
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2015-12-081-0/+1
* zebra: fix rtadv detectionTimo Teräs2015-12-081-6/+2
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-06-031-0/+17
* zebra: maintain RTADV per VRFFeng Lu2015-06-021-0/+27
* zebra: add hooks upon enabling / disabling a VRFFeng Lu2015-06-021-0/+1
* zebra: maintain the router-id per VRFFeng Lu2015-06-021-0/+10
* zebra: configure static routes in any VRFFeng Lu2015-06-021-0/+6
* zebra: let the route-map rule "match interface" work for VRFsFeng Lu2015-06-021-0/+8
* zebra: let FIB stand for its respective VRFFeng Lu2015-06-021-16/+22
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-06-021-11/+11
* 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