summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 2003-07-15 Paul Jakma <paul@dishone.st>paul2003-07-151-28/+27
| * 2003-06-19 Vladimir Ivaschenko <hazard@francoudi.com>paul2003-06-191-0/+21
| * 2003-06-15 Paul Jakma <paul@dishone.st>paul2003-06-151-2/+2
| * Fix missing else in static_add_ipv4() which was causing case of (!ifname)paul2003-05-251-1/+1
| * Add back support for null0 interface blackhole routes.paul2003-05-251-0/+31
| * Last fixes from 6Wind patch.hasso2003-05-251-1/+7
| * Route (reject|blackhole) support from 6Wind patch.hasso2003-05-251-35/+11
| * From: Gilad Arnold <gilad.arnold@terayon.com>paul2003-05-161-3/+3
| * From: Gilad Arnold <gilad arnold at terayon com>paul2003-05-141-0/+4
| * Matthew Grant <grantma@anathoth.gen.nz>patch_z17290_ifupstaticfixpaul2003-01-221-1/+19
| * Initial revisionpaul2002-12-131-0/+2199
* Fix management of route changesStephen Hemminger2008-07-241-27/+45
* Only set ifindex on set passStephen Hemminger2008-07-231-2/+2
* Remove routes from FIB.Stephen Hemminger2008-07-171-17/+37
* Handle state transistions when there are multiple nexthopsStephen Hemminger2008-07-171-63/+53
* Update recursive route when nexthop changesStephen Hemminger2008-07-161-4/+7
* Update RIB/FIB on recursive route state changesStephen Hemminger2008-07-151-37/+50
* Rescan for next hops after static route changeStephen Hemminger2008-07-091-0/+9
* active static route changes for ipv6Stephen Hemminger2008-07-071-11/+17
* Correctly identify/manage all connected static routesStephen Hemminger2008-07-051-10/+17
* Make some rib data structures privateStephen Hemminger2008-07-051-2/+2
* Fix compiler warningsStephen Hemminger2008-05-281-3/+8
* Manage link state on non-connected static routesStephen Hemminger2008-05-131-1/+2
* Merge branch 'glendale' into hollisterStephen Hemminger2008-04-291-2/+45
|\
| * Check nexthop statusStephen Hemminger2008-04-281-20/+20
| * Check nexthop for internal routesStephen Hemminger2008-04-261-0/+22
| * mark static routes as inactive when link is downStephen Hemminger2008-04-241-2/+23
* | Merge branch 'upstream' into hollywoodTom Grennan2008-04-101-0/+56
|\ \ | |/ |/|
| * + 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
* | fix for static interface and static nexthop routes for quagga. Now respects c...Michael Larson2008-01-041-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