Home | History | Annotate | Line # | Download | only in tests
      1  1.1  christos {
      2  1.1  christos   # on executable statement construct
      3  1.1  christos   # empty configs are not accepted by Kea
      4  1.1  christos   "Dhcp4": {
      5  1.1  christos     "valid-lifetime": 1800
      6  1.1  christos //  # empty on statement
      7  1.1  christos //  "statement": {
      8  1.1  christos //    "on": {
      9  1.1  christos //      "condition": "expiry"
     10  1.1  christos //    }
     11  1.1  christos //  }
     12  1.1  christos //  # another one
     13  1.1  christos //  "statement": {
     14  1.1  christos //    "on": {
     15  1.1  christos //      "condition": "commit or release",
     16  1.1  christos //      "body": [
     17  1.1  christos //        {
     18  1.1  christos //          "execute": {
     19  1.1  christos //            "command": "myscript",
     20  1.1  christos //            "arguments": [
     21  1.1  christos //              {
     22  1.1  christos //                "packet": {
     23  1.1  christos //                  "offset": 5,
     24  1.1  christos //                  "length": 2
     25  1.1  christos //                }
     26  1.1  christos //              }
     27  1.1  christos //            ]
     28  1.1  christos //          }
     29  1.1  christos //        }
     30  1.1  christos //      ]
     31  1.1  christos //    }
     32  1.1  christos //  }
     33  1.1  christos   }
     34  1.1  christos }
     35