summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c
Commit message (Expand)AuthorAgeFilesLines
* zebra: support FIB override routestterasTimo Teräs2015-06-041-23/+59
* zebra: atomic FIB updatesTimo Teräs2015-06-041-212/+121
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2015-06-041-4/+4
* fix the previous zebra-nexthop-tracking commitTimo Teräs2015-06-041-2/+2
* zebra-nexthop-tracking.patchDinesh G Dutt2015-06-041-30/+20
* zebra: use prefix2str for logging where possibleTimo Teräs2015-06-011-46/+34
* *: use void * for printing pointersDavid Lamparter2015-04-211-25/+29
* zebra, ripngd: remove ::/64 special-casingDavid Lamparter2015-02-141-25/+0
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2015-02-141-2/+2
* zebra: make MRIB lookup behaviour switchableDavid Lamparter2015-02-061-0/+75
* zebra: return route_node from rib_match_ipv4_safiDavid Lamparter2015-02-061-7/+14
* zebra: dummy kernel "install" multicast routesDavid Lamparter2015-02-061-8/+29
* zebra: mrib: static route supportEverton Marques2015-02-061-16/+14
* zebra: kill rib_match_ipv4()David Lamparter2015-02-061-6/+0
* zebra: mrib: Include BGP routes in RPF lookupsEverton Marques2015-02-061-4/+3
* zebra: point rib_match_ipv4() to ._safi()Everton Marques2015-02-061-58/+1
* zebra: add rib_match_ipv4_safi()Everton Marques2015-02-061-0/+57
* zebra: identify MRIB on debug messagesDavid Lamparter2015-02-061-1/+4
* zebra: factor out rib debug logsDavid Lamparter2015-02-061-63/+51
* Make static IPv6 routes respect non-default routing tables.Dinesh G Dutt2014-11-111-0/+1
* zebra: MBGP routes should not be installed in the kernelBalaji2014-10-301-2/+8
* *: nuke ^L (page feed)David Lamparter2014-06-041-10/+10
* zebra: apply syntactic sugar to rib_dump()David Lamparter2014-04-011-7/+9
* zebra: log routes w/o gateway in rib_delete_ipv4Christian Franke2014-02-111-6/+14
* zebra: make rib_dump() compatible with IPv6 RIBVincent Bernat2013-10-221-8/+23
* zebra: apply route-maps for interface routesChristian Franke2013-09-191-0/+12
* zebra: fix recursive-routes via ifindex routesChristian Franke2013-09-191-16/+49
* zebra: handle blackholes encountered in recursive resolutionChristian Franke2013-09-191-0/+12
* zebra: rework recursive route resolutionChristian Franke2013-09-191-88/+176
* zebra: don't overrun afi/safi array boundariesLeonid Rosenboim2013-01-141-0/+6
* zebra: add module to communicate routes to FPMAvneesh Sachdev2012-11-301-0/+32
* zebra: extern/extract some functions from rt_netlink.cAvneesh Sachdev2012-11-301-0/+25
* zebra: add iterator for walking all tables in RIBAvneesh Sachdev2012-11-301-0/+103
* zebra: add way to determine VRF/AFI/SAFI of tableAvneesh Sachdev2012-11-301-4/+25
* zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev2012-11-301-73/+140
* *: use array_size() helper macroBalaji.G2012-10-251-1/+1
* zebra: make static routes respect table settingNolan Leake2012-10-251-0/+1
* lib, zebra: extend use of sockunion2ip macroJorge Boncompte [DTI2]2012-05-021-3/+3
* Revert "zebra: clean up client routes when client goes away"David Lamparter2012-04-201-56/+0
* Merge quagga mainline into the google ISIS code.Avneesh Sachdev2012-04-111-25/+76
|\
| * babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-251-12/+14
| * zebra: IPv6 MP-BGP Routes addition and deletionG.Balaji2012-01-231-4/+4
| * zebra: IPv4 MP-BGP Routes addition and deletionG.Balaji2012-01-231-6/+12
| * zebra: fix ifindex test condition (BZ#487)Matthias Ferdinand2012-01-021-2/+6
| * zebra: ZEBRA_HELLO and mopping up routes (BZ#448)Vyacheslav Trushkin2012-01-021-1/+35
| * rib: default distance value for new protocols (v2)David Lamparter2011-12-131-1/+5
* | zebra: clean up client routes when client goes awayJosh Bailey2012-04-081-0/+55
* | zebra: add more logs/asserts to rib work queue codeSubbaiah Venkata2012-04-071-4/+31
* | zebra: read multipath routes and hw addr from netlinkJosh Bailey2012-04-071-1/+1
|/
* zebra: cleanup RIB meta queue codeStephen Hemminger2009-12-091-37/+10