Skip to content

Commit 2776cfe

Browse files
author
Juha Heiskanen
committed
RPL config update not re-start whole BR again just increment version number and with new parameters.
1 parent bec4d48 commit 2776cfe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/6LoWPAN/ws/ws_cfg_settings.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -721,10 +721,6 @@ int8_t ws_cfg_rpl_set(protocol_interface_info_entry_t *cur, ws_rpl_cfg_t *cfg, w
721721

722722
*cfg = *new_cfg;
723723

724-
if (cur && !(cfg_flags & CFG_FLAGS_BOOTSTRAP_RESTART_DISABLE)) {
725-
ws_bootstrap_restart_delayed(cur->id);
726-
}
727-
728724
return CFG_SETTINGS_OK;
729725
}
730726

0 commit comments

Comments
 (0)