summaryrefslogtreecommitdiffstats
path: root/zebra/linkdetect_null.c
Commit message (Collapse)AuthorAgeFilesLines
* Do link detect in quagga, rather than kernelStephen Hemminger2008-07-281-28/+0
| | | | | | Don't use kernel support for linkdetect in quagga. This reverts commit 8d95ee9f88945ee49932b1a9f7af5abe6048e6e6.
* Revert "Backout all changes related to using kernel for linkdetect"Stephen Hemminger2008-06-201-0/+28
| | | | | This reverts commit a182091782d22218942466b062c5ef2406853491. More changes that should NOT go into hollywood
* Backout all changes related to using kernel for linkdetectStephen Hemminger2008-06-201-28/+0
| | | | | | | | Having kernel cleanup FIB was not ideal for a couple reasons: 1. It still generates lots of netlink events if there are lots of static routes. 2. Kernel changes were not accepted in mainline kernel "do it in userspace"
* Add ipv6 link detect hooksStephen Hemminger2008-05-281-0/+12
| | | | Enable ipv6 link detect in kernel if needed.
* Turn on kernel link-detectStephen Hemminger2008-05-221-0/+16
If interface has link-detect enabled, try and turn on link-detect in the kernel.