From a5b4642c0acb3869f856df82cd2b06ccbe746ff8 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Tue, 1 Sep 2015 18:02:49 +0200 Subject: [PATCH] gnrc: ipv6: netif: documentation update Added a hint to router advertisements to the IPv6 netif flag documentation. --- sys/include/net/gnrc/ipv6/netif.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sys/include/net/gnrc/ipv6/netif.h b/sys/include/net/gnrc/ipv6/netif.h index 86f86edf8e..03d74eb8ff 100644 --- a/sys/include/net/gnrc/ipv6/netif.h +++ b/sys/include/net/gnrc/ipv6/netif.h @@ -114,6 +114,17 @@ extern "C" { /** * @{ * @name Flags for the interfaces + * + * @note The most-significant byte of these flags is identical to the flags in + * IPv6 router advertisements. See RFC4861, + * section 4.2, RFC6275, + * section 7.1, RFC4191, + * section 2.2, and RFC4389, + * section 4.1.3.3. */ /** * @brief Interface is 6LoWPAN interface.