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

# option-data in DHCPv4 pool config

# subnet declaration
subnet 10.5.5.0 netmask 255.255.255.224 {
    # pool declaration
    pool {
        # avoid empty pool
        range 10.5.5.5 10.5.5.10;
        # fixed now
	option domain-search "example.com", "example.org";
    }
}