]> git.ipfire.org Git - thirdparty/nftables.git/commit
mnl: use nftnl_nlmsg_build_hdr()
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 4 Jan 2017 13:55:58 +0000 (14:55 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 10 Jan 2017 21:31:12 +0000 (22:31 +0100)
commit56080e171456ce1450ab71e2deafffc9b8d30034
tree3dcf18424e7f5999228cb250d7a71a35b86649ad
parent7accce96ce0a65061accc550dd1c59956a839a2b
mnl: use nftnl_nlmsg_build_hdr()

Instead of nftnl_.*_nlmsg_build_hdr() since they rely on this generic
function. This also helps us clean up source code indentation around
this function call.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/mnl.c