summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* zebra: fix more compiler warningsStephen Hemminger2009-12-081-40/+4
* zebra: fix RIB debug message for IPv6David Ward2009-12-031-4/+4
* [zebra] Silence noisy process_subqChris Caputo2009-07-211-0/+2
* zebra: Static route does not reach kernel.Joakim Tjernlund2009-06-241-2/+4
* [cleanup] Use correct buffer size for inet_ntop()Stephen Hemminger2009-06-181-17/+17
* [zebra] remove incorrect debug messageStephen Hemminger2009-06-181-2/+0
* [zebra] Cleanup meta-queue codeStephen Hemminger2009-06-181-64/+70
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-20/+10
* [zebra] trivia: static qualifiers for metaqStephen Hemminger2008-08-221-4/+5
* [zebra] make some data localStephen Hemminger2008-08-221-2/+2
* [zebra] ignore dead routes in RIB updateStephen Hemminger2008-08-221-17/+36
* + initial edition of meta-queue for RIB updates processing (bug #431)Denis Ovsienko2008-06-021-27/+133
* + fix bug#326 by rib_lookup_and_pushup()Denis Ovsienko2008-02-261-0/+56
* [link-detect] Static interface routes should behave properly with link-detect.Andrew J. Schorr2008-01-081-3/+3
* + rib_process() speedup for multi-nexthop route nodesDenis Ovsienko2007-10-041-2/+3
* + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls....Denis Ovsienko2007-10-031-10/+10
* Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...Denis Ovsienko2007-08-141-12/+17
* Merged own patch for the bug #391 (debugging and comments mostly).Denis Ovsienko2007-08-131-5/+235
* [zebra] Add extra debug logging for RIB and RIB queueingPaul Jakma2007-08-061-19/+51
* [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong varPaul Jakma2007-06-271-1/+1
* [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-021-10/+47
* [zebra] Changes of nexthops of static routes didnt take effectPaul Jakma2006-12-081-10/+12
* [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueingPaul Jakma2006-07-271-170/+251
* [zebra] Add test rig code, for testing the zebra RIBPaul Jakma2006-07-271-0/+7
* [zebra] Connected routes must always be added to main tablePaul Jakma2006-07-271-0/+1
* [zebra] Fix CID #104, check addr for null, and #18, check nexthop type argsPaul Jakma2006-07-021-0/+8
* [zebra] Fix pauls zebra_rib/rib_process commit mistakes, again.paul2006-01-301-5/+7
* [zebra] Fix incorrect changes made in RIB metric selection patchquagga_0_99_3_releasepaul2006-01-251-4/+26
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-2/+2
* 2006-01-18 Gunnar Stigen <gunnar.stigen@axxessit.no>paul2006-01-181-4/+17
* 2005-11-14 Paul Jakma <paul.jakma@sun.com>paul2005-11-141-6/+6
* * zebra_rib.c: Reduce the height of some staircases. Fixhasso2005-09-211-83/+59
* 2005-09-21 Paul Jakma <paul.jakma@sun.com>paul2005-09-211-2/+6
* * zebra_rib.c, rib.h: Add distance and metric arguments to thehasso2005-08-271-5/+4
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-42/+42
* 2005-04-28 Paul Jakma <paul.jakma@sun.com>paul2005-04-281-144/+253