summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0016delete_handle_0.nft
blob: de6ee9c0940841e0bde050c82ee50bf8e309fa30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
table ip test-ip {
	chain x {
	}

	chain y {
	}

	chain z {
	}
}
table ip6 test-ip6 {
	chain x {
	}

	chain y {
	}

	chain z {
	}
}