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

{
  # ddns-domainname (aka qualifying-suffix)
  "Dhcp6": {
    "dhcp-ddns": {
      "enable-updates": false,
      "qualifying-suffix": ".biz"
    },
    "client-classes": [
      # embedded
      {
        "name": "foo"
//      /// Only global qualifying-suffix is supported
//      "qualifying-suffix": ".bar"
      }
    ]
  }
}