summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-j-f/ct_timeout_null_crash
blob: c8c662e93b8c9ccdb676c0a0b7615e1a31eb6ba9 (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
47
48
49
50
51
52
53
54
{
  "nftables": [
    {
      "metainfo": {
        "version": "VERSION",
        "release_name": "RELEASE_NAME",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "ip",
        "name": "filter",
        "handle": 0
      }
    },
    {
      "chain": {
        "family": "ip",
        "table": "filter",
        "name": "c",
        "handle": 0
      }
    },
    {
      "ct timeout": {
        "family": "ip",
        "name": "cttime",
        "table": "filter",
        "handle": 0,
        "protocol": "Xcp",
        "l3proto": "ip",
        "policy": {
          "established": 123,
          "close": 12
        }
      }
    },
    {
      "rule": {
        "family": "ip",
        "table": "filter",
        "chain": "c",
        "handle": 0,
        "expr": [
          {
            "ct timeout": "cttime"
          }
        ]
      }
    }
  ]
}