summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/dumps/0013objects_0.json-nft
blob: 830aad85cad87e02cf651479a639598464ecc8d1 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "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": "input",
        "handle": 0
      }
    },
    {
      "quota": {
        "family": "ip",
        "name": "https-quota",
        "table": "test",
        "handle": 0,
        "bytes": 26214400,
        "used": 0,
        "inv": false
      }
    },
    {
      "ct helper": {
        "family": "ip",
        "name": "cthelp",
        "table": "test",
        "handle": 0,
        "type": "sip",
        "protocol": "tcp",
        "l3proto": "ip"
      }
    },
    {
      "ct timeout": {
        "family": "ip",
        "name": "cttime",
        "table": "test",
        "handle": 0,
        "protocol": "udp",
        "l3proto": "ip",
        "policy": {
          "unreplied": 15,
          "replied": 12
        }
      }
    },
    {
      "ct expectation": {
        "family": "ip",
        "name": "ctexpect",
        "table": "test",
        "handle": 0,
        "protocol": "tcp",
        "dport": 5432,
        "timeout": 3600000,
        "size": 12,
        "l3proto": "ip"
      }
    }
  ]
}