]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Pass nft_handle down to mnl_batch_talk()
authorPhil Sutter <phil@nwl.cc>
Wed, 3 Jul 2019 07:36:25 +0000 (09:36 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 3 Jul 2019 11:19:32 +0000 (13:19 +0200)
commitcb27c59055fe077f0c422fdad2be71e1bdbb687f
treeb509d31a72763cfffe99a659973e93c747b011f5
parentd3e39e9c457f452540359e42fb58d64a28fe3e18
nft: Pass nft_handle down to mnl_batch_talk()

>From there, pass it along to mnl_nft_socket_sendmsg() and further down
to mnl_set_{snd,rcv}buffer(). This prepares the code path for keeping
stored socket buffer sizes in struct nft_handle.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/nft.c