summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
blob: 629bfe81cb18a5230b613b77a8362239d60a16e2 (plain)
1
2
3
4
5
6
7
8
9
10
table inet t {
	flowtable f {
		hook ingress priority filter + 10
		devices = { lo }
	}

	chain c {
		flow add @f
	}
}