summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/pipapo.nft
blob: 3557721e62d40fe7a416ecae96b2e4e8467d8009 (plain)
1
2
3
4
5
6
7
8
9
# 3c4287f62044 ("nf_tables: Add set type for arbitrary concatenation of ranges")
# v5.6-rc1~151^2~28^2~1
table t {
	set s {
		type ipv4_addr . inet_service
		flags interval
		elements = { 1.1.1.1-2.2.2.2 . 80-90 }
	}
}