summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/dumps/0012flowtable_variable_0.nft
blob: 1cbb2f1103f03eb07b4fb0974283caa798c8e3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
table ip filter1 {
	flowtable Main_ft1 {
		hook ingress priority filter
		devices = { dummy1, lo }
		counter
	}
}
table ip filter2 {
	flowtable Main_ft2 {
		hook ingress priority filter
		devices = { dummy1, lo }
		counter
	}
}