summaryrefslogtreecommitdiff
path: root/src/network/networkd-wait-online-manager.c
Commit message (Collapse)AuthorAge
* networkd-wait-online: fix comilation warningTom Gundersen2014-07-18
| | | | sd_rtnl_message_read_string() was changed to take a const argument, update the users.
* networkd-wait-online: track linksTom Gundersen2014-07-17
Rather than refetching the link information on ever event, we liston to rtnl to track them. Much code stolen from resolved. This will allow us to simplify the sd-network api and don't expose information available over rtnl.