1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/routing
Benjamin Valentin b208db0f27 gnrc_ipv6_auto_subnets: auto-configuration for nested subnets
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.
2021-09-02 15:35:14 +02:00
..
ipv6_auto_subnets gnrc_ipv6_auto_subnets: auto-configuration for nested subnets 2021-09-02 15:35:14 +02:00
rpl net/gnrc/rpl: add hooks for nimble_rpble 2021-08-24 11:33:13 +02:00