summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
...
| * Amir - revision 197paul2003-04-091-1/+2
| * Add Makefile.in to the remaining .cvsignore'spaul2003-04-091-0/+1
| * [zebra 18626] move zebra socket paths to configure.acpaul2003-04-071-2/+0
| * Remove auto* files from the repository.paul2003-04-071-408/+0
| * 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-181/+190
| * Fix build for net-snmppaul2003-03-181-81/+99
| * Update auto files.paul2003-03-171-310/+216
| * Sync to Zebra.org 20030301paul2003-03-011-17/+159
| * Sync to latest Zebra CVSpaul2003-02-071-0/+4
| * Matthew Grant <grantma@anathoth.gen.nz>patch_z17290_portfixpaul2003-01-221-3/+10
| * Matthew Grant <grantma@anathoth.gen.nz>patch_z17290_ifupstaticfixpaul2003-01-222-5/+38
| * Add work around for RFC3021 patch and its problem with certain IPv6 interfacesrfc3021-ipv6-fixpaul2003-01-191-1/+6
| * From havanna_moon@gmx.net Fri Jan 17 23:37:49 2003patch_z17217_show_thread_cpupaul2003-01-171-1/+1
| * Kevin C Miller <kevinm@andrew.cmu.edu>patch_z16681_ospfd_nssapaul2002-12-131-1/+1
| * Michal Ludvig <michal@logix.cz>patch_z16525_kamepaul2002-12-131-11/+24
| * [zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch_z14631_ptp_rfc3021paul2002-12-132-32/+44
| * zebra link state detection supportpatch_z12269_linkstatepaul2002-12-133-14/+82
| * patch from Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>patch_z14599_multicast_inactive_ifpaul2002-12-131-11/+25
| * Initial revisionpaul2002-12-1350-0/+19591
* Handle network interface renamesStephen Hemminger2008-07-311-35/+34
* Do link detect in quagga, rather than kernelStephen Hemminger2008-07-285-154/+3
* 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
* Merge extreme:vyatta/hollywood/vyatta-quagga into hollywoodStephen Hemminger2008-07-161-1/+1
|\
| * Minor typo in zebra debuggingStephen Hemminger2008-07-161-1/+1
* | Go back to hiding connected routes from down interfacesStephen Hemminger2008-07-161-1/+1
* | Handle races with add/delete of routesStephen Hemminger2008-07-161-27/+20
|/
* Revert "Only announce connected routes if link is detected"Stephen Hemminger2008-07-161-1/+1
* 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
* Only announce connected routes if link is detectedStephen Hemminger2008-07-051-1/+1
* Revert "Backout all changes related to using kernel for linkdetect"Stephen Hemminger2008-06-205-3/+154
* Revert "Use if_flags_update"Stephen Hemminger2008-06-201-1/+15
* Use if_flags_updateStephen Hemminger2008-06-201-15/+1
* Backout all changes related to using kernel for linkdetectStephen Hemminger2008-06-205-154/+3
* netlink interface minor stuffStephen Hemminger2008-05-283-23/+20
* get rid of duplicate includesStephen Hemminger2008-05-281-3/+0
* Fix compiler warningsStephen Hemminger2008-05-284-5/+14
* Add ipv6 link detect hooksStephen Hemminger2008-05-284-4/+44
* Change how link-detect is configured in buildStephen Hemminger2008-05-271-2/+1
* Turn on kernel link-detectStephen Hemminger2008-05-225-3/+118
* only set non-blocking on netlink socketStephen Hemminger2008-05-191-133/+50
* remove unneeded privledge changesStephen Hemminger2008-05-191-12/+3
* Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-quagga into hollywoodStephen Hemminger2008-05-152-29/+34
|\