From 62116a9b72f9a48721b614b9d73733332a8630db Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Thu, 16 Mar 2017 12:09:42 +0200 Subject: [PATCH] net: rpl: Add missing Kconfig option NET_RPL_DAO_ACK Kconfig option was missed. subsys/net/ip/rpl.c has functionality of this option. By default it is disabled. Enable it if you want to know the status of DAO message. Change-Id: If5ed86c9c8c6c62991fc92d2f1e2a35331811356 Signed-off-by: Ravi kumar Veeramally --- subsys/net/ip/Kconfig.rpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/subsys/net/ip/Kconfig.rpl b/subsys/net/ip/Kconfig.rpl index 58b80578fab525..03cfd338a1b7de 100644 --- a/subsys/net/ip/Kconfig.rpl +++ b/subsys/net/ip/Kconfig.rpl @@ -178,6 +178,14 @@ config NET_RPL_DAO_TIMER help How many seconds to wait before sending DAO. +config NET_RPL_DAO_ACK + bool "Node expecting DAO ACK" + depends on NET_RPL + default n + help + Node expecting DAO ACK for DAO message. Enable if interested + in status of DAO message. + config NET_RPL_PREFERENCE int "DAG preference field default value" depends on NET_RPL