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

{
  # DHCPv6 orphan reservation config
  # empty configs are not accepted by Kea
  "Dhcp6": {
    "valid-lifetime": 1800,
    "host-reservation-identifiers": [
      "hw-address"
    ]
//  /// Orphan reservations
//  /// Kea reservations are per subnet
//  /// Reference Kea #231
//  "reservations": [
//    # orphan reservation
//    {
//      "hostname": "foobar",
//      "hw-address": "00:0b:fd:32:e6:fa",
//      "option-data": [
//        {
//          "space": "dhcp6",
//          "name": "dns-servers",
//          "code": 23,
//          "data": "2a01:e00::2, 2a01:e00::1"
//        }
//      ]
//    }
//  ]
  }
}