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

# nxdomain numeric expression

# empty configs are not accepted by Kea
default-lease-time 1800;

# reduce literals
class "literal" {
    match if substring(option dhcp6.interface-id, 0, nxdomain % 128) = ab:cd;
}

# raw
option dhcp6.interface-id = encode-int(nxdomain + bound, 32);