summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'glendale' into hollywoodrbalocca2008-05-151-8/+8
| |\
| | * Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-quagga into glendaleStephen Hemminger2008-05-121-1/+7
| | |\
| | * | set/check nl port id on messagesStephen Hemminger2008-05-021-8/+8
| * | | Manage link state on non-connected static routesStephen Hemminger2008-05-131-1/+2
| * | | Ignore netlink interface events that don't change stateStephen Hemminger2008-05-131-20/+24
* | | | Rearrange RIB structures to save memoryStephen Hemminger2008-05-151-29/+30
|/ / /
* | | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-quagga into hollywoodStephen Hemminger2008-05-071-15/+25
|\ \ \
| * \ \ Merge branch 'glendale' into hollywoodrbalocca2008-05-071-15/+25
| |\ \ \ | | | |/ | | |/|
| | * | quiet noisy errors from zebraStephen Hemminger2008-05-021-1/+7
| | |/
| | * filter out all route change responses on listen socketStephen Hemminger2008-05-021-14/+18
* | | Add interface state change loggingStephen Hemminger2008-05-071-2/+11
|/ /
* | Merge branch 'glendale' into hollisterStephen Hemminger2008-04-292-5/+58
|\|
| * Two passes on update (ipv4 and ipv6)Stephen Hemminger2008-04-291-3/+13
| * 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 'glendale' into hollywoodrbalocca2008-04-211-1/+1
|\|
| * Fix packet filter state machineStephen Hemminger2008-04-151-1/+1
* | Merge branch 'upstream' into hollywoodTom Grennan2008-04-105-0/+133
|\ \ | |/ |/|
| * + fix bug#326 by rib_lookup_and_pushup()pilot2008-02-264-0/+64
| * [link-detect] Improve BSD support.ajs2008-01-113-16/+16
| * [link-detect] Try to get BSD link-detect to work properly.ajs2008-01-103-0/+63
| * [link-detect] Static interface routes should behave properly with link-detect.ajs2008-01-082-3/+9
* | Filter unwanted netlink messagesStephen Hemminger2008-03-311-1/+32
* | bumped up netlink recv buffer limits for zebra--should alleviate netlink erro...Michael Larson2008-03-201-2/+2
* | Bugfix: 2845Bob Gilligan2008-03-051-2/+0
* | fix for bug 2570. increased buffer length from 4096 to 8192root2008-01-151-1/+2
* | fix for static interface and static nexthop routes for quagga. Now respects c...Michael Larson2008-01-043-11/+12
|/
* + fixed bug #418 (changing address on an existing interface doesn't cause exi...pilot2007-11-122-0/+22
* + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the...pilot2007-10-242-0/+11
* + rib_process() speedup for multi-nexthop route nodespilot2007-10-042-2/+8
* + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls....pilot2007-10-032-11/+17
* + sayonara old_pid!pilot2007-09-145-11/+6
* + fixed bug #402: now the second zebra process doesn't destroy routespilot2007-09-142-5/+20