summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps/delete_object_handles_0.json-nft
blob: 583ce528c797bbea9e02f904f74179de2f41d756 (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
58
59
60
61
62
63
64
65
66
67
{
  "nftables": [
    {
      "metainfo": {
        "version": "VERSION",
        "release_name": "RELEASE_NAME",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "ip",
        "name": "test-ip",
        "handle": 0
      }
    },
    {
      "quota": {
        "family": "ip",
        "name": "https-quota",
        "table": "test-ip",
        "handle": 0,
        "bytes": 26214400,
        "used": 0,
        "inv": false
      }
    },
    {
      "map": {
        "family": "ip",
        "name": "ports",
        "table": "test-ip",
        "type": "inet_service",
        "handle": 0,
        "map": "quota"
      }
    },
    {
      "table": {
        "family": "ip6",
        "name": "test-ip6",
        "handle": 0
      }
    },
    {
      "quota": {
        "family": "ip6",
        "name": "http-quota",
        "table": "test-ip6",
        "handle": 0,
        "bytes": 26214400,
        "used": 0,
        "inv": true
      }
    },
    {
      "counter": {
        "family": "ip6",
        "name": "http-traffic",
        "table": "test-ip6",
        "handle": 0,
        "packets": 0,
        "bytes": 0
      }
    }
  ]
}