Age | Commit message (Collapse) | Author |
|
|
|
For now, we only support one container type IFLA_LINKINFO, and we
still lack support for parsing the containers again.
|
|
Use Description only internally, and allow Alias to be set
as a separate option. For instance SNMP uses ifalias for
a specific purpose, so let's not write to it by default.
|
|
They work in the same way as the sd-bus equivalents.
|
|
Similarly to sd-bus, add:
sd_rtnl_wait
sd_rtnl_process
sd_rtnl_send
and adapt sd_rtnl_call accordingly.
|
|
Including the padding, which should not really be needed, but let's keep valgrind happy.
|
|
Hence including "util.h" from sd-rtnl.h is not OK. Let's minimize our
headers we pull in a bit.
|
|
|
|
|
|
|
|
|
|
|
|
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
|