1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 17:31:18 +01:00
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
..
2021-06-18 00:13:08 +02:00
2021-08-13 19:50:38 +02:00
2020-11-25 17:52:34 +01:00
2022-12-13 00:24:44 +01:00
2022-10-14 03:35:15 +02:00
2022-11-10 17:25:34 +01:00
2021-01-26 10:50:19 +01:00
2020-11-23 16:56:34 +01:00
2022-11-22 13:39:35 +01:00
2020-11-23 16:56:34 +01:00
2021-08-14 21:27:34 +02:00
2022-10-27 17:28:01 +02:00