summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/dumps/0003add_after_flush_0.json-nft
blob: 04057f1f7b74c6d3af153d0f3c3e1466c1c9d92a (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": "ip",
        "name": "x",
        "handle": 0
      }
    },
    {
      "flowtable": {
        "family": "ip",
        "name": "y",
        "table": "x",
        "handle": 0,
        "hook": "ingress",
        "prio": 0,
        "dev": "lo"
      }
    }
  ]
}