Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

{
  # on executable statement construct
  # empty configs are not accepted by Kea
  "Dhcp4": {
    "valid-lifetime": 1800
//  # empty on statement
//  "statement": {
//    "on": {
//      "condition": "expiry"
//    }
//  }
//  # another one
//  "statement": {
//    "on": {
//      "condition": "commit or release",
//      "body": [
//        {
//          "execute": {
//            "command": "myscript",
//            "arguments": [
//              {
//                "packet": {
//                  "offset": 5,
//                  "length": 2
//                }
//              }
//            ]
//          }
//        }
//      ]
//    }
//  }
  }
}