Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-07 | rtnl: headers in src/systemd/ may not include internal headers | Lennart Poettering | |
Hence including "util.h" from sd-rtnl.h is not OK. Let's minimize our headers we pull in a bit. | |||
2013-10-29 | rtnl: fix sockaddr confusion | Tom Gundersen | |
2013-10-29 | rtnl: complain if used after fork | Tom Gundersen | |
2013-10-29 | rtnl: introduce default timeout | Tom Gundersen | |
We set it to 10 secs (as we are only communicating with the kernel, it seems we should be able to bail out sooner than sd-bus, which uses 25). When passing timout 0, the default is used, use this in link-config. | |||
2013-10-29 | rtnl: use _cleanup_ macro more | Tom Gundersen | |
2013-10-29 | sd-rtnl: minor fixes | Tom Gundersen | |
2013-10-27 | libsystemd-rtnl: add a rtnetlink library | Tom 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 |