summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/dumps/0020flowtable_0.nft
blob: 4a64e531db8403d898cd58d18e2f3db981e2a258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
table inet filter {
	flowtable f {
		hook ingress priority filter
		devices = { lo }
	}

	flowtable f2 {
		hook ingress priority filter
	}
}
table ip filter {
	flowtable f {
		hook ingress priority filter
		devices = { lo }
	}

	flowtable f2 {
		hook ingress priority filter
	}
}