summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/dumps/0005delete_in_use_1.nft
blob: c1d79e7b144d1bf59fcb03860526ef989e1730fc (plain)
1
2
3
4
5
6
7
8
9
10
table ip x {
	flowtable y {
		hook ingress priority filter
		devices = { lo }
	}

	chain x {
		flow add @y
	}
}