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

{
  # default expressions
  # empty configs are not accepted by Kea
  "Dhcp6": {
    "valid-lifetime": 1800
//  # default expression is a variable reference
//  "statement": {
//    "eval": {
//      "variable-reference": "foo"
//    }
//  }
//  # or a function call when there are parentheses
//  "statement": {
//    "eval": {
//      "funcall": {
//        "name": "bar",
//        "arguments": [
//          "abcd",
//          "xyxt"
//        ]
//      }
//    }
//  }
  }
}