summaryrefslogtreecommitdiff
path: root/src/libsystemd-rtnl/test-rtnl.c
AgeCommit message (Collapse)Author
2013-11-07rtnl: headers in src/systemd/ may not include internal headersLennart Poettering
Hence including "util.h" from sd-rtnl.h is not OK. Let's minimize our headers we pull in a bit.
2013-11-04rtnl: add support for routesTom Gundersen
2013-10-29rtnl: fix sockaddr confusionTom Gundersen
2013-10-29sd-rtnl: minor fixesTom Gundersen
2013-10-27rtnl: relax the tests a bitTom Gundersen
It is a bit too optimisitc that this stuff is the same on different hosts.
2013-10-27libsystemd-rtnl: add a rtnetlink libraryTom Gundersen
This is intentionally as similar to sd-bus as possible. While it would be simple to export it, the intentions is to keep this internal (at least for the forseeable future). Currently only synchronous communication is implemented