diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-06-22 13:18:56 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-06-22 19:07:43 +0200 |
commit | 1b25bfa4b2f6b14dbee569ff467ea4d495abcc81 (patch) | |
tree | 58f38c440a527bb84a1a5d5b26c2be3d17e5b390 /files | |
parent | 24c9e993eeff0ed41875aa7efef5dd69db4eb537 (diff) |
tests: shell: cover transactions via nft -f using flat syntax
This patch covers transactions using the flat syntax representation, eg.
add table x
add chain x y { type filter hook forward priority 0; }
add chain x y { policy drop; }
This also covers things like:
add element x whitelist { 1.1.1.1 }
delete element x whitelist { 1.1.1.1 }
The one above may look silly from a human behaviour point of view, but
silly robots may very well behave like this.
These tests require several kernel patches though in order to pass
successfully.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Diffstat (limited to 'files')
0 files changed, 0 insertions, 0 deletions