1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 11:12:44 +01:00
RIOT/sys/include/net/gnrc/ipv6
Benjamin Valentin 0572a9571b gnrc_ipv6_nib: disable router advertisements on interface startup
Router Advertisements are enabled automatically for routing nodes
as soon as they obtain a prefix (e.g. via DHCPv6, UHCP, …).

Enabling router advertisements without a prefix to advertise is
wrong and causes no router solicitations to be send on an upstream
interface.

Also from https://www.rfc-editor.org/rfc/rfc4861#section-6.2.1

	Note that AdvSendAdvertisements MUST be FALSE by
	default so that a node will not accidentally start
	acting as a router unless it is explicitly
	configured by system management to send Router
	Advertisements.
2023-09-11 16:03:54 +02:00
..
ext Merge pull request #13275 from miri64/gnrc_ipv6_ext_opt/feat/initial 2020-05-20 14:35:58 +02:00
nib gnrc_ipv6_nib: disable router advertisements on interface startup 2023-09-11 16:03:54 +02:00
blacklist.h net/gnrc/ipv6_blacklist: Move config macros to 'CONFIG_' namespace 2019-12-11 10:39:16 +01:00
ext.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
hdr.h sys/include: fix typos 2019-11-23 22:39:37 +01:00
nib.h gnrc_ipv6_nib: handle iface_up/iface_down in IPv6 thread 2022-10-07 14:12:00 +02:00
whitelist.h Merge pull request #12893 from leandrolanzieri/pr/kconfig_migrate/gnrc/ipv6_whitelisting 2019-12-10 18:32:34 +01:00