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

{
  # no(t) authoritative config
  # authoritative is no longer mandatory
  #authoritative;
  /// This configuration declares some subnets but has no interfaces-config
  /// Reference Kea #245
  "Dhcp6": {
    "subnet6": [
      {
        "id": 1,
        "subnet": "2001::/64"
      }
    ]
  }
}