summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/dumps/0002create_flowtable_0.nft
blob: aecfb2ab25df2f986198a1953b4ed27602f095b0 (plain)
1
2
3
4
5
6
table ip t {
	flowtable f {
		hook ingress priority filter + 10
		devices = { lo }
	}
}