summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/tproxy_ranges
blob: 1230860e3dfe9c18f9f095e73c4242f5715cec2e (plain)
1
2
3
4
5
6
7
8
define range = 42-80

table t {
	chain c {
		tcp dport 42 tproxy to 192.168.0.1:$range
		tcp dport 42 tproxy to 192.168.0.0/16
	}
}