summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0016redefines_1.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps/0016redefines_1.nft')
-rw-r--r--tests/shell/testcases/nft-f/dumps/0016redefines_1.nft6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0016redefines_1.nft b/tests/shell/testcases/nft-f/dumps/0016redefines_1.nft
new file mode 100644
index 00000000..65b7f491
--- /dev/null
+++ b/tests/shell/testcases/nft-f/dumps/0016redefines_1.nft
@@ -0,0 +1,6 @@
+table ip x {
+ chain y {
+ ip saddr { 1.1.1.1, 2.2.2.2 }
+ ip saddr { 3.3.3.3, 4.4.4.4 }
+ }
+}