summaryrefslogtreecommitdiff
path: root/src/external/libnl.m4
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Remove support for pre-1.1 netlinkStephen Gallagher1-25/+24
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
2010-07-09Use netlink to detect going onlineJakub Hrozek1-0/+36
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