summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0009variable_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps/0009variable_0.nft')
-rw-r--r--tests/shell/testcases/nft-f/dumps/0009variable_0.nft7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0009variable_0.nft b/tests/shell/testcases/nft-f/dumps/0009variable_0.nft
new file mode 100644
index 00000000..a793751b
--- /dev/null
+++ b/tests/shell/testcases/nft-f/dumps/0009variable_0.nft
@@ -0,0 +1,7 @@
+table inet forward {
+ set concat-set-variable {
+ type ipv4_addr . inet_service
+ elements = { 10.10.10.10 . smtp,
+ 10.10.10.10 . imap2 }
+ }
+}