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
default-lease-time 1800;

# orphan reservation
host foobar {
	hardware ethernet 00:0B:FD:32:E6:FA;
	option dhcp6.name-servers 2a01:e00::2, 2a01:e00::1;
}