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

	chain c {
		flow offload @f
	}
}