diff options
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps/0023check_1.nft')
-rw-r--r-- | tests/shell/testcases/nft-f/dumps/0023check_1.nft | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0023check_1.nft b/tests/shell/testcases/nft-f/dumps/0023check_1.nft new file mode 100644 index 0000000..04b9e70 --- /dev/null +++ b/tests/shell/testcases/nft-f/dumps/0023check_1.nft @@ -0,0 +1,5 @@ +table ip foo { + chain bar { + type filter hook prerouting priority filter; policy accept; + } +} |