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

	chain c {
		flow offload @f
	}
}