mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b208db0f27
If we get a large (e.g. /62) prefix from e.g. DHCPv6, we can split it into subnets automatically to configure downstream interfaces. This allows for automatic configuration of daisy-chained nodes or nodes connected in a tree topology. To enable the feature, a new pseudo-module `gnrc_ipv6_auto_subnets` is provided.
4 lines
67 B
Makefile
4 lines
67 B
Makefile
MODULE = gnrc_ipv6_auto_subnets
|
|
|
|
include $(RIOTBASE)/Makefile.base
|