summaryrefslogtreecommitdiffstats
path: root/zebra/if_linkdetect.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Backout all changes related to using kernel for linkdetect"Stephen Hemminger2008-06-201-0/+92
| | | | | This reverts commit a182091782d22218942466b062c5ef2406853491. More changes that should NOT go into hollywood
* Backout all changes related to using kernel for linkdetectStephen Hemminger2008-06-201-92/+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"
* get rid of duplicate includesStephen Hemminger2008-05-281-3/+0
| | | | included same file twice
* Add ipv6 link detect hooksStephen Hemminger2008-05-281-4/+18
| | | | Enable ipv6 link detect in kernel if needed.
* Turn on kernel link-detectStephen Hemminger2008-05-221-0/+81
If interface has link-detect enabled, try and turn on link-detect in the kernel.