summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/catchall_element.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/catchall_element.nft')
-rw-r--r--tests/shell/features/catchall_element.nft8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/shell/features/catchall_element.nft b/tests/shell/features/catchall_element.nft
new file mode 100644
index 00000000..1a02fd61
--- /dev/null
+++ b/tests/shell/features/catchall_element.nft
@@ -0,0 +1,8 @@
+# aaa31047a6d2 ("netfilter: nftables: add catch-all set element support")
+# v5.13-rc1~94^2~10^2~2
+table t {
+ map m {
+ type inet_service : inet_service
+ elements = { * : 42 }
+ }
+}