summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/set_with_two_expressions.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/set_with_two_expressions.nft')
-rw-r--r--tests/shell/features/set_with_two_expressions.nft9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/shell/features/set_with_two_expressions.nft b/tests/shell/features/set_with_two_expressions.nft
new file mode 100644
index 00000000..97632a7a
--- /dev/null
+++ b/tests/shell/features/set_with_two_expressions.nft
@@ -0,0 +1,9 @@
+# 48b0ae046ee9 ("netfilter: nftables: netlink support for several set element expressions")
+# v5.11-rc1~169^2~25^2
+table x {
+ set y {
+ type ipv4_addr
+ size 65535
+ counter quota 500 bytes
+ }
+}