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 host declaration config

# authoritative is mandatory
authoritative;

# subnet declaration
subnet6 2001::/64 {
    range6 2001::100 2001::200;
}

# host declarations
host test1 {
    hardware ethernet 00:07:0E:36:48:19;
    fixed-address6 2001::1, 2001::10;
}

host test2 {
    hardware fddi 00:07:0E:36:48:19;
    fixed-prefix6 2001:0:0:1::/64;
}