Skip to content

Commit

Permalink
net: rpl: Add missing Kconfig option
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rveerama1 authored and jukkar committed Mar 24, 2017
1 parent 3bf7eb5 commit 62116a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions subsys/net/ip/Kconfig.rpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62116a9

Please sign in to comment.