1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/net
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
..
bluetil
cord cord: bump reference from draft to rfc 2023-03-08 11:50:55 +01:00
dhcpv6 sys/net/dhcpv6: let dhcpv6_client_req_ia_pd() return error 2023-02-01 23:25:22 +01:00
dns includes/net: replace "kernel_defines.h" 2022-11-22 13:39:35 +01:00
ethernet
fib
gcoap gcoap: homogenize name of the module 2023-06-08 16:33:05 +02:00
gnrc gnrc_ipv6_nib: disable router advertisements on interface startup 2023-09-11 16:03:54 +02:00
iana
ieee802154 ieee802154/radio: fix blocking cca function 2023-01-17 11:30:59 +01:00
ipv4 sys/net/ipv4/addr: fix typos 2023-08-11 08:53:51 -04:00
ipv6 sys/net/ipv6: add ipv6_prefix_from_str() 2022-12-11 23:34:09 +01:00
lorawan gnrc/lorawan: add support for GNRC LoRaWAN 1.1 2022-09-29 11:25:56 +02:00
nanocoap nanocoap: homogenize name of the module 2023-06-08 16:29:12 +02:00
netstats
ppp
rpl
sixlowpan nib/_nib-6ln: correct ABR timeout in ABRO 2022-09-29 10:48:49 +02:00
skald
sock sys/net/sock: add sock_aux_ttl 2023-07-18 16:41:42 +02:00
af.h
arp.h
asymcute.h
ble.h
coap.h Merge #19387 #19874 #19875 2023-08-21 13:49:27 +00:00
credman.h includes/net: replace "kernel_defines.h" 2022-11-22 13:39:35 +01:00
csma_sender.h
dhcpv6.h doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
dns_mock.h
dns.h sys/dns: select appropriate address family if AF_UNSPEC 2022-12-07 22:26:51 +01:00
dsm.h
dtls.h dtls, tinydtls: Raise default number of connections 2023-03-02 09:16:22 +01:00
eddystone.h
emcute.h
ethernet.h
ethertype.h
eui48.h
eui64.h
eui_provider.h
fib.h fib: document unused state 2023-02-22 16:47:14 +01:00
gcoap.h gcoap: homogenize name of the module 2023-06-08 16:33:05 +02:00
gnrc.h
icmp.h
icmpv6.h
ieee802154_security.h sys/include: remove kernel_defines.h where not needed 2022-11-22 13:39:35 +01:00
ieee802154.h ieee802154: add DSME configs 2023-05-31 16:31:20 +02:00
inet_csum.h
ipv4.h
ipv6.h
l2filter.h
l2scan_list.h tests/net: add test for l2scan list module 2023-08-18 20:42:43 +02:00
l2util.h
lora.h drivers/sx127x: reduce use of floats 2023-06-12 13:54:06 +02:00
loramac.h includes/net: replace "kernel_defines.h" 2022-11-22 13:39:35 +01:00
mqttsn.h
nanocoap_sock.h nanocoap: homogenize name of the module 2023-06-08 16:29:12 +02:00
nanocoap_vfs.h
nanocoap.h Merge #19487 #19808 2023-07-07 17:41:40 +00:00
ndp.h
netdev_test.h
netif.h
netopt.h net: add NETOPT_{SCAN, CONNECT, DISCONNECT} 2023-08-19 23:23:10 +02:00
netstats.h
ntp_packet.h
packet.h
ppptype.h
protnum.h
sixlowpan.h
skald.h
sntp.h
sock.h sys/net/sock: add sock_aux_ttl 2023-07-18 16:41:42 +02:00
someip.h doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
tcp.h
telnet.h doc: sort all stdio implementations into sys_stdio group 2023-01-13 11:08:22 +01:00
udp.h
uhcp.h
utils.h
wifi_scan_list.h net: add wifi scan list as wrapper around l2scan list 2023-08-18 20:42:43 +02:00
wifi.h net: add basic Wi-Fi definitions 2023-08-19 23:23:10 +02:00
zep.h