mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5476d74f53
On Ubuntu KEA expects this directory to be present, but it is not created automatically. /run is also a tmpfs, so we have to create the directory after each reboot. |
||
---|---|---|
.. | ||
pkg | ||
base.py | ||
dhcpv6-pd_ia.py | ||
kea.py | ||
README.md | ||
util.py |
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