summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps/comments_chain_0.json-nft
blob: 4c752e80b61690ecedebed2542d143cf377da236 (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
{
  "nftables": [
    {
      "metainfo": {
        "version": "VERSION",
        "release_name": "RELEASE_NAME",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "ip",
        "name": "test_table",
        "handle": 0
      }
    },
    {
      "chain": {
        "family": "ip",
        "table": "test_table",
        "name": "test_chain",
        "handle": 0,
        "comment": "test"
      }
    }
  ]
}