Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# DHCPv6 subnet declaration inside host declaration config # host declaration host foobar { hardware ethernet 00:0B:FD:32:E6:FA; # can't put a DHCPv6 subnet declaration here subnet6 2001::/64 { default-lease-time 1800; } }