summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps/update_object_handles_0.json-nft
blob: ba78f8d71aa0377e15ff263d7212fed96b37ff80 (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
{
  "nftables": [
    {
      "metainfo": {
        "version": "VERSION",
        "release_name": "RELEASE_NAME",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "ip",
        "name": "test-ip",
        "handle": 0
      }
    },
    {
      "counter": {
        "family": "ip",
        "name": "traffic-counter",
        "table": "test-ip",
        "handle": 0,
        "packets": 0,
        "bytes": 0
      }
    },
    {
      "quota": {
        "family": "ip",
        "name": "traffic-quota",
        "table": "test-ip",
        "handle": 0,
        "bytes": 52428800,
        "used": 0,
        "inv": false
      }
    }
  ]
}