summaryrefslogtreecommitdiff
path: root/keama/tests/charcasedx4.out
blob: fcdc20d17f91d4da009f6f00b29741f821333334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  # lcase/ucase data expression
  # empty configs are not accepted by Kea
  "Dhcp4": {
    "valid-lifetime": 1800,
    "client-classes": [
      # reduce literals
      {
        "name": "literal",
        /// from: match if (option dhcp.host-name) = (concat(uppercase('www.'), concat('example.', lowercase('COM'))))
        "test": "option[12].hex == 'WWW.example.com'"
      }
    ]
  }
}