summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/map_catchall_double_free_2.json-nft
blob: a9d4c8e9fde3c12a4678c8ae74a9b17e37cbf788 (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
40
41
42
43
44
45
46
{
  "nftables": [
    {
      "metainfo": {
        "version": "VERSION",
        "release_name": "RELEASE_NAME",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "ip",
        "name": "test",
        "handle": 0
      }
    },
    {
      "chain": {
        "family": "ip",
        "table": "test",
        "name": "testchain",
        "handle": 0
      }
    },
    {
      "map": {
        "family": "ip",
        "name": "testmap",
        "table": "test",
        "type": "ipv4_addr",
        "handle": 0,
        "map": "verdict",
        "elem": [
          [
            "*",
            {
              "jump": {
                "target": "testchain"
              }
            }
          ]
        ]
      }
    }
  ]
}