summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor_netlink.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for pre-1.1 netlinkStephen Gallagher2011-01-171-32/+0
| | | | | | | Netlink 1.0 and older is buggy and unreliable, occasionally causing tight-loops. We're no longer going to try to support it. https://fedorahosted.org/sssd/ticket/755
* Fix a typo on setup_netlink()Sumit Bose2010-11-241-1/+1
|
* Use netlink to detect going onlineJakub Hrozek2010-07-091-0/+406
Integrates libnl to detect adding routes. When a route is added, the offline status of all back ends is reset. This patch adds no heuristics to detect whether back end went offline. Fixes: #456