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 DHCPv6 pool config

# subnet declaration
subnet6 2001::/64 {
    # pool declaration
    pool6 {
        # avoid empty pool
	range6 2001::100 2001::200;
        # for a silly reason option-data is not allowed in DHCPv4 pools
	# but allowed in DHCPv6 pools
	option dhcp6.domain-search "example.com", "example.org";
    }
}