summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/json/dumps/0006obj_comment_0.json-nft
blob: 208e13adc61749396b72fe7dcde97c06f22322c1 (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
{
  "nftables": [
    {
      "metainfo": {
        "version": "VERSION",
        "release_name": "RELEASE_NAME",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "inet",
        "name": "t",
        "handle": 0
      }
    },
    {
      "counter": {
        "family": "inet",
        "name": "mycounter",
        "table": "t",
        "handle": 0,
        "comment": "my comment in counter",
        "packets": 0,
        "bytes": 0
      }
    }
  ]
}