summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/dumps/0003add_after_flush_0.nft
blob: dd904f449ca1d3e287e5649a8cb4aa2c10946b41 (plain)
1
2
3
4
5
6
table ip x {
	flowtable y {
		hook ingress priority filter
		devices = { lo }
	}
}