summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-j-f/catchall_as_data_element_assert
blob: 5b224f9bdcbf3776fd0c824187440302c6191568 (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
{
  "nftables": [
    {
      "metainfo": {
        "version": "1.1.1",
        "release_name": "Commodore Bullmoose #2",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "ip",
        "name": "t",
        "handle": 1
      }
    },
    {
      "map": {
        "family": "ip",
        "name": "m",
        "table": "t",
        "type": "ipv4_addr",
        "handle": 1,
        "map": "mark",
        "elem": [
          [
            "1.2.3.4",
            "*"
          ]
        ]
      }
    }
  ]
}