]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: get rid of EINTR handling for nft_netlink()
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 7 Jul 2015 11:36:17 +0000 (13:36 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Aug 2015 23:36:12 +0000 (01:36 +0200)
commit2dedd5f419cd9d63fb5b1f76423d096773d3bf6a
tree1ceb0a5b7c0d5ef7491ca187b2a3f3dd1050cd1f
parenta6d10fbc2d23f48190e6920fd03b57c30ebac19a
src: get rid of EINTR handling for nft_netlink()

The only remaining caller that needs this is netlink_dump_ruleset(), that is
used to export the ruleset using markup representation. We can remove it and
handle this from do_command_export() now that we have a centralized point to
build up the object cache.

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