]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: load tables and chains based on /etc/xtables.conf
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 10 Mar 2013 15:04:39 +0000 (16:04 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 30 Dec 2013 22:50:27 +0000 (23:50 +0100)
commit8b9ea2e3f8d685a6b940691cabf5e82c96254747
tree8e8d56ac5edebbf1f3dec6393abb5198a7501bfc
parentc924c0cd07440aa9ce7465e2ba68fb266f07d7c3
nft: load tables and chains based on /etc/xtables.conf

If /etc/xtables.conf is available, use the configuration there to
autoload the xtables built-in table and chain so you can define custom
configurations. Otherwise, rely on default common table/chain
configuration.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/nft.c
iptables/nft.h
iptables/xtables-config.c