summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c
Commit message (Expand)AuthorAgeFilesLines
* Don't delete too many routes.Joakim Tjernlund2009-05-061-1/+8
* Handle kernel flush when address is deletedStephen Hemminger2009-04-291-0/+61
* Use correct buffer size for inet_ntop()Stephen Hemminger2009-04-281-17/+17
* Rename rib_system_route to interface_manage_modeStephen Hemminger2009-04-281-12/+17
* Keep quagga away from kernel routesStephen Hemminger2009-04-131-17/+7
* Fix compiler warningsStephen Hemminger2009-04-131-4/+4
* zebra: minor whitespace stuffStephen Hemminger2009-02-091-0/+1
* Add diagnostic messagesStephen Hemminger2008-12-231-2/+3
* Fix recursive route handlingStephen Hemminger2008-12-221-7/+30
* Remember protocol as well as scope in RIBStephen Hemminger2008-12-021-2/+4
* fix ipv6 typo in recursive route update codeStephen Hemminger2008-09-181-1/+1
* remove incorrect debug messageStephen Hemminger2008-09-181-2/+0
* Use XCALLOCStephen Hemminger2008-08-181-20/+10
* Manage system routes with zebraStephen Hemminger2008-08-151-26/+42
* Cleanup meta-queue codeStephen Hemminger2008-08-111-64/+70
* Realign rib code with upstreamStephen Hemminger2008-08-011-33/+31
* Make metaqueue functions staticStephen Hemminger2008-08-011-5/+5
* Merge branch 'upstream' into islavistaStephen Hemminger2008-07-311-27/+133
|\
| * + initial edition of meta-queue for RIB updates processing (bug #431)pilot2008-06-021-27/+133
| * + fix bug#326 by rib_lookup_and_pushup()pilot2008-02-261-0/+56
| * [link-detect] Static interface routes should behave properly with link-detect.ajs2008-01-081-3/+3
| * + rib_process() speedup for multi-nexthop route nodespilot2007-10-041-2/+3
| * + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls....pilot2007-10-031-10/+10
| * Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...pilot2007-08-141-12/+17
| * Merged own patch for the bug #391 (debugging and comments mostly).pilot2007-08-131-5/+235
| * [zebra] Add extra debug logging for RIB and RIB queueingpaul2007-08-061-19/+51
| * [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong varpaul2007-06-271-1/+1
| * [zebra] Routemap support on received routes, with 'set src' command (linux)paul2007-05-021-10/+47
| * [zebra] Changes of nexthops of static routes didnt take effectpaul2006-12-081-10/+12
| * [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueingpaul2006-07-271-170/+251
| * [zebra] Add test rig code, for testing the zebra RIBpaul2006-07-271-0/+7
| * [zebra] Connected routes must always be added to main tablepaul2006-07-271-0/+1
| * [zebra] Fix CID #104, check addr for null, and #18, check nexthop type argspaul2006-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
| * 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-1/+1
| * 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-9/+9
| * Some compiler warnings fixes and fix for bugzilla #119.hasso2004-10-121-4/+5
| * Fix warnings. Didn't even look at files not compiled in Linux though.hasso2004-10-071-2/+2
| * Merge isisd into the Quagga's framework:jardin2003-12-231-0/+1
| * 2003-11-02 Krzysztof Oledzki <oleq@ans.pl>paul2003-11-021-0/+2
| * 2003-10-27 Gilad Arnold <gilad.arnold@terayon.com>paul2003-10-281-7/+13