summaryrefslogtreecommitdiff
path: root/keama/tests/ifxsc4.out
blob: 1b7575fd72630cad29d513c18ce8eeddcfab023c (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
76
77
78
79
{
  # if executable statement construct
  # authoritative is mandatory
  "Dhcp4": {
    "valid-lifetime": 1800
//  # if statement
//  # first true is not recognized even as a boolean expression
//  "statement": {
//    "if": {
//      "condition": {
//        "variable-reference": "true"
//      },
//      "then": [
//        {
//          "option": {
//            "space": "dhcp4",
//            "name": "ip-forwarding",
//            "code": 19,
//            "data": "true"
//          }
//        }
//      ]
//    }
//  }
//  # another
//  "statement": {
//    "if": {
//      "condition": {
//        "equal": {
//          "left": {
//            "option": {
//              "universe": "dhcp",
//              "name": "user-class",
//              "code": 77
//            }
//          },
//          "right": "accounting"
//        }
//      },
//      "then": [
//        {
//          "option": {
//            "space": "dhcp4",
//            "name": "boot-size",
//            "code": 13,
//            "data": "100000"
//          }
//        }
//      ],
//      "else": {
//        "if": {
//          "condition": {
//            "equal": {
//              "left": {
//                "option": {
//                  "universe": "dhcp",
//                  "name": "user-class",
//                  "code": 77
//                }
//              },
//              "right": "engineering"
//            }
//          },
//          "then": [
//            {
//              "option": {
//                "space": "dhcp4",
//                "name": "domain-name",
//                "code": 15,
//                "data": "example.com"
//              }
//            }
//          ]
//        }
//      }
//    }
//  }
  }
}