summaryrefslogtreecommitdiff
path: root/src/monitor/monitor_netlink.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-24Fix a typo on setup_netlink()Sumit Bose1-1/+1
2010-07-09Use netlink to detect going onlineJakub Hrozek1-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