From 0784b9a8122aa772c831de3b6cd2d0a2aa99fb93 Mon Sep 17 00:00:00 2001
From: smlng <s@mlng.net>
Date: Wed, 21 Sep 2016 13:45:25 +0200
Subject: [PATCH] gnrc_rpl: add explanatory links to RFC sections

---
 sys/include/net/gnrc/rpl.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys/include/net/gnrc/rpl.h b/sys/include/net/gnrc/rpl.h
index 4d6b81aa02..bd92bc80cc 100644
--- a/sys/include/net/gnrc/rpl.h
+++ b/sys/include/net/gnrc/rpl.h
@@ -284,6 +284,9 @@ static inline bool GNRC_RPL_COUNTER_GREATER_THAN(uint8_t A, uint8_t B)
 /**
  * @name Default parent and route entry lifetime
  * default lifetime will be multiplied by the lifetime unit to obtain the resulting lifetime
+ * @see <a href="https://tools.ietf.org/html/rfc6550#section-6.7.6">
+            DODAG Configuration
+        </a>
  * @{
  */
 #ifndef GNRC_RPL_DEFAULT_LIFETIME
@@ -318,6 +321,9 @@ static inline bool GNRC_RPL_COUNTER_GREATER_THAN(uint8_t A, uint8_t B)
 
 /**
  * @name Parameters used for DAO handling
+ * @see <a href="https://tools.ietf.org/html/rfc6550#section-17">
+            RPL Constants and Variables
+        </a>
  * @{
  */
 #ifndef GNRC_RPL_DAO_SEND_RETRIES
-- 
GitLab