1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/network_layer/ipv6
Benjamin Valentin 15f210e4e4 gnrc/nib: don't advertise /128 prefix for auto-configuration
A single IP address will be added as a /128 prefix.
It makes sense to advertise it, as neighbors can then know that
the address/prefix is on-link.

It does however not make sense to advertise the prefix as suitable
for auto-configuration.

Co-authored-by: Fabian Hüßler <fabian.huessler@st.ovgu.de>
2022-03-22 20:52:38 +01:00
..
blacklist sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
ext gnrc/ipv6_ext_opt: fix compilation with NDEBUG 2021-12-09 16:44:19 +01:00
hdr sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
nib gnrc/nib: don't advertise /128 prefix for auto-configuration 2022-03-22 20:52:38 +01:00
whitelist sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
gnrc_ipv6.c all: adapt to moved sched defines 2020-11-23 16:56:34 +01:00
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
Makefile