summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0009comments_timeout_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/sets/dumps/0009comments_timeout_0.nft')
-rw-r--r--tests/shell/testcases/sets/dumps/0009comments_timeout_0.nft7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/testcases/sets/dumps/0009comments_timeout_0.nft b/tests/shell/testcases/sets/dumps/0009comments_timeout_0.nft
new file mode 100644
index 00000000..455ebe3e
--- /dev/null
+++ b/tests/shell/testcases/sets/dumps/0009comments_timeout_0.nft
@@ -0,0 +1,7 @@
+table ip t {
+ set s {
+ type ipv4_addr
+ flags timeout
+ elements = { 1.1.1.1 comment "test" }
+ }
+}