| # Overlay to build the sample as a DHCPv6-PD server / delegating router | |
| # instead of a requesting router. | |
| CONFIG_NET_DHCPV6=n | |
| CONFIG_NET_DHCPV6_SERVER=y | |
| # The server serves clients on a single link, so one interface is enough. | |
| CONFIG_ETH_NATIVE_TAP_INTERFACE_COUNT=1 | |
| CONFIG_NET_IF_MAX_IPV6_COUNT=1 |