mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
663 B
663 B
DHCPv6 PD_IA server
This provides tooling to bootstrap a DHCPv6 server with prefix delegation
support (Kea) to provide a prefix for the gnrc_border_router
example's
or similar applications' subnets.
Usage
Just run the script dhcpv6-pd_ia.py
with sudo, e.g.
sudo ./dhcpv6-pd_ia.py tap0 2001:db8::/32
For more information on the arguments, have a look at the usage information of the script
./dhcpv6-pd_ia.py -h