From 7e6d5c2971549d3fd23e2872f990cfdb7a70d8c9 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 17 Mar 2017 22:30:43 +0000 Subject: [PATCH] Don't force RPL MOP configuration in contiki-default-conf.h rpl-private.h handles the default MOP correctly, whereas the block in `contiki-default-conf.h` is not only redundant but also fails to handle situations where RPL multicast is required. --- core/contiki-default-conf.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/contiki-default-conf.h b/core/contiki-default-conf.h index 8fb380f87..cd002414e 100644 --- a/core/contiki-default-conf.h +++ b/core/contiki-default-conf.h @@ -148,13 +148,6 @@ #endif /* NBR_TABLE_FIND_REMOVABLE */ #endif /* UIP_CONF_IPV6_RPL */ -/* RPL_CONF_MOP specifies the RPL mode of operation that will be - * advertised by the RPL root. Possible values: RPL_MOP_NO_DOWNWARD_ROUTES, - * RPL_MOP_NON_STORING, RPL_MOP_STORING_NO_MULTICAST, RPL_MOP_STORING_MULTICAST */ -#ifndef RPL_CONF_MOP -#define RPL_CONF_MOP RPL_MOP_STORING_NO_MULTICAST -#endif /* RPL_CONF_MOP */ - /* UIP_CONF_MAX_ROUTES specifies the maximum number of routes that each node will be able to handle. */ #ifndef UIP_CONF_MAX_ROUTES