summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor_netlink.c
Commit message (Collapse)AuthorAgeFilesLines
* 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