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

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

	chain y {
	}
}