summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/dumps/0012flowtable_variable_0.nft
blob: df1c51a247033aa58aaf96d841bac7783953a3ee (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 = { lo }
		counter
	}
}
table ip filter2 {
	flowtable Main_ft2 {
		hook ingress priority filter
		devices = { lo }
		counter
	}
}