mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
- Basic DHCPv6 client, request a lease and verify Linux installs a default route from the Router Advertisements (option not included in DHCPv6), hence the 'enable-ra' option to dnsmasq. Also verify DNS resolution over IPv6, including the resolvconf dance - Prefix delegation, verifies that the client can actually request and receives a prefix from a DHCPv6 server. We don't do anything with it today though Two new DHCP server implementations, the basic test relies on dnsmasq and the prefix delegation test requires an ISC based dhcp server with server side support for ipv6 prefix delegation. We could reuse the latter for both tests, but this way we get compatibility testing. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>