summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
AgeCommit message (Expand)Author
2013-10-22zebra: make rib_dump() compatible with IPv6 RIBVincent Bernat
2013-09-19zebra: apply route-maps for interface routesChristian Franke
2013-09-19zebra: fix recursive-routes via ifindex routesChristian Franke
2013-09-19zebra: handle blackholes encountered in recursive resolutionChristian Franke
2013-09-19zebra: rework recursive route resolutionChristian Franke
2013-01-14zebra: don't overrun afi/safi array boundariesLeonid Rosenboim
2012-11-30zebra: add module to communicate routes to FPMAvneesh Sachdev
2012-11-30zebra: extern/extract some functions from rt_netlink.cAvneesh Sachdev
2012-11-30zebra: add iterator for walking all tables in RIBAvneesh Sachdev
2012-11-30zebra: add way to determine VRF/AFI/SAFI of tableAvneesh Sachdev
2012-11-30zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev
2012-10-25*: use array_size() helper macroBalaji.G
2012-10-25zebra: make static routes respect table settingNolan Leake
2012-05-02lib, zebra: extend use of sockunion2ip macroJorge Boncompte [DTI2]
2012-04-20Revert "zebra: clean up client routes when client goes away"David Lamparter
2012-04-11Merge quagga mainline into the google ISIS code.Avneesh Sachdev
2012-04-08zebra: clean up client routes when client goes awayJosh Bailey
2012-04-07zebra: add more logs/asserts to rib work queue codeSubbaiah Venkata
2012-04-07zebra: read multipath routes and hw addr from netlinkJosh Bailey
2012-03-25babeld: Initial import, for Babel routing protocol.Paul Jakma
2012-01-23zebra: IPv6 MP-BGP Routes addition and deletionG.Balaji
2012-01-23zebra: IPv4 MP-BGP Routes addition and deletionG.Balaji
2012-01-02zebra: fix ifindex test condition (BZ#487)Matthias Ferdinand
2012-01-02zebra: ZEBRA_HELLO and mopping up routes (BZ#448)Vyacheslav Trushkin
2011-12-13rib: default distance value for new protocols (v2)David Lamparter
2009-12-09zebra: cleanup RIB meta queue codeStephen Hemminger
2009-12-08zebra: fix more compiler warningsStephen Hemminger
2009-12-03zebra: fix RIB debug message for IPv6David Ward
2009-07-21[zebra] Silence noisy process_subqChris Caputo
2009-06-24zebra: Static route does not reach kernel.Joakim Tjernlund
2009-06-18[cleanup] Use correct buffer size for inet_ntop()Stephen Hemminger
2009-06-18[zebra] remove incorrect debug messageStephen Hemminger
2009-06-18[zebra] Cleanup meta-queue codeStephen Hemminger
2009-06-12[cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger
2008-08-22[zebra] trivia: static qualifiers for metaqStephen Hemminger
2008-08-22[zebra] make some data localStephen Hemminger
2008-08-22[zebra] ignore dead routes in RIB updateStephen Hemminger
2008-06-02+ initial edition of meta-queue for RIB updates processing (bug #431)Denis Ovsienko
2008-02-26+ fix bug#326 by rib_lookup_and_pushup()Denis Ovsienko
2008-01-08[link-detect] Static interface routes should behave properly with link-detect.Andrew J. Schorr
2007-10-04+ rib_process() speedup for multi-nexthop route nodesDenis Ovsienko
2007-10-03+ Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls....Denis Ovsienko
2007-08-14Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...Denis Ovsienko
2007-08-13Merged own patch for the bug #391 (debugging and comments mostly).Denis Ovsienko
2007-08-06[zebra] Add extra debug logging for RIB and RIB queueingPaul Jakma
2007-06-27[zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong varPaul Jakma
2007-05-02[zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma
2006-12-08[zebra] Changes of nexthops of static routes didnt take effectPaul Jakma
2006-07-27[zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueingPaul Jakma
2006-07-27[zebra] Add test rig code, for testing the zebra RIBPaul Jakma