summaryrefslogtreecommitdiff
path: root/keama/tests/nxdomainnx6.out
blob: d20df5d2da38fcba4c4f0f4986b53815c4e4c5ff (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
{
  # nxdomain numeric expression
  # authoritative is mandatory
  "Dhcp6": {
    "valid-lifetime": 1800,
    "client-classes": [
      # reduce literals
      {
        "name": "literal",
        /// from: match if (substring(option dhcp6.interface-id, 0, 393231 % 128)) = 0xabcd
        "test": "substring(option[18].hex,0,15) == 0xabcd"
      }
    ],
    "option-data": [
      # raw
      {
        "space": "dhcp6",
        "name": "interface-id",
        "code": 18,
        "csv-format": false,
//      /// constant DHCP_R_NXDOMAIN(393231)
//      /// constant S_BOUND(5)
//      "original-data": "\u0000\u0006\u0000\u0014",
        "data": "00060014"
      }
    ]
  }
}