summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-07-22 12:16:21 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-07-23 21:14:40 +0200
commit9449b90ec24cd71c4fe4212ed4970074e54dfa8a (patch)
tree7d35800da9e67bb24ea1cecf3a9e7e9f3cce3cff /iptables/nft.c
parent8efec49e8684e8102cb69dc19c5ba07270b0f435 (diff)
xtables-save: Fix table compatibility check
The builtin table check guarding the 'is incompatible' warning was wrong: The idea was to print the warning only for incompatible tables which are builtin, not for others. Yet the code would print the warning only for non-builtin ones. Also reorder the checks: nft_table_builtin_find() is fast and therefore a quick way to bail for uninteresting tables. The compatibility check is needed for the remaining tables, only. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'iptables/nft.c')
0 files changed, 0 insertions, 0 deletions