summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/catchall_element.nft
blob: 1a02fd61486b66d2492e6b569b550a7f191c4a13 (plain)
1
2
3
4
5
6
7
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 }
	}
}