summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2015-10-18 20:18:05 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2015-10-18 20:56:29 +0200
commit97493717e7383ee99527053b60d610fa9f94a886 (patch)
treeb5bd0366be49075390d1e23265ccf0e940bb918d /configure.ac
parent34689c201f03102861ff2e23ccd097a02663c5de (diff)
evaluate: check if table and chain exists when adding rules
Assuming a table 'test' that contains a chain 'test': # nft add rule test1 test2 counter <cmdline>:1:1-28: Error: Could not process rule: Table 'test1' does not exist add rule test1 test2 counter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # nft add rule test test2 counter <cmdline>:1:1-27: Error: Could not process rule: Chain 'test2' does not exist add rule test test2 counter ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions