summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/dup_fwd_ranges
blob: efaff9e542c02bded3032e2c76c13345f1ec48dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
define dev = "1"-"2"

table netdev t {
	chain c {
		fwd to 1-2
		dup to 1-2
	}
}

table ip t {
	chain c {
		dup to 1-2 device $dev
	}
}