diff options
author | Florian Westphal <fw@strlen.de> | 2020-06-19 14:58:41 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2020-12-16 00:35:56 +0100 |
commit | 99c41c0de4e65bd881bccda3796481d3dc2007d2 (patch) | |
tree | 5cbf86e1597289d427a1cc0805f6431435f14133 /tmpfiles.d/systemd.conf.m4 | |
parent | sd-netlink: add nfnetlink helper routines (diff) | |
download | systemd-99c41c0de4e65bd881bccda3796481d3dc2007d2.tar.xz systemd-99c41c0de4e65bd881bccda3796481d3dc2007d2.zip |
sd-netlink: add sd_netlink_sendv
nftables uses a transaction-based netlink model: one netlink write
comes with multiple messages.
A 'BEGIN' message to tell nf_tables/kernel that a new transaction starts.
Then, one more messages to add/delete tables/chains/rules etc.
Lastly, an END message that commits all changes.
This function will be used to send all the individual messages that should
make up a single transaction as a single write.
Diffstat (limited to 'tmpfiles.d/systemd.conf.m4')
0 files changed, 0 insertions, 0 deletions