summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/range_with_same_start_end
blob: 127f0921f0de5463555a18cb072f4e83c2bb6cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

$NFT -f - <<EOF
table ip t {
	set X {
		type inet_service
		flags interval
		elements = { 10, 30-30, 30, 35 }
	}
}
EOF