summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps/comments_table_0.json-nft
blob: 8512c7de057d69fad6162b8f797d73bcf310738a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "nftables": [
    {
      "metainfo": {
        "version": "VERSION",
        "release_name": "RELEASE_NAME",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "ip",
        "name": "test",
        "handle": 0,
        "comment": "test_comment"
      }
    }
  ]
}