summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-j-f/expr_evaluate_concat_empty_concat_key_assert
blob: 956ecdc9972148a8f0f49ae45f93857e9ad33b0e (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
{
  "nftables": [
    {
      "table": { "family": "ip",
        "name": "t",
        "handle": 0
      }
    },
    {
      "set": {
        "family": "ip",
        "name": "s",
        "table": "t",
        "type": [
             ],
        "elem": [
          {
            "concat": [
              "foo", "bar"
            ]
          }
        ]
      }
    }
  ]
}