sd-netlink: add a read function
authorFlorian Westphal <fw@strlen.de>
Thu, 3 Sep 2020 23:04:51 +0000 (01:04 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 15 Dec 2020 23:35:56 +0000 (00:35 +0100)
commit4df42cd99d9a484d6045e2b26601f52538237e82
tree29bedd0cbe6a0f6498ef913bd7fe1f4dfb7c876c
parent99c41c0de4e65bd881bccda3796481d3dc2007d2
sd-netlink: add a read function

Will be used by nftables nfnetlink backend.
It sends a series of netlink messages that form a nftables
update transaction.

The transaction will then generate a series of ack messages
(or an error).

This function will be used to read these acks.
src/libsystemd/sd-netlink/sd-netlink.c
src/systemd/sd-netlink.h