summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0016delete_handle_0.json-nft
blob: ca1311dbb9d58f57b105ea89d785477dcdc6063f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "nftables": [
    {
      "metainfo": {
        "version": "VERSION",
        "release_name": "RELEASE_NAME",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "ip",
        "name": "test-ip",
        "handle": 0
      }
    },
    {
      "chain": {
        "family": "ip",
        "table": "test-ip",
        "name": "x",
        "handle": 0
      }
    },
    {
      "chain": {
        "family": "ip",
        "table": "test-ip",
        "name": "z",
        "handle": 0
      }
    },
    {
      "table": {
        "family": "ip6",
        "name": "test-ip6",
        "handle": 0
      }
    },
    {
      "chain": {
        "family": "ip6",
        "table": "test-ip6",
        "name": "x",
        "handle": 0
      }
    },
    {
      "chain": {
        "family": "ip6",
        "table": "test-ip6",
        "name": "y",
        "handle": 0
      }
    }
  ]
}