This patch set moves RPL initialization to the node init sequence instead of checking for every incoming message whether RPL has been initialized. Also, use consistent size check for RPL directory/file paths. Inga Stotland (2): mesh: Initialize RPL when creating or loading a node mesh: Move RPL check from model to net layer mesh/model.c | 18 ++--- mesh/model.h | 6 +- mesh/net.c | 198 +++++++++++++++++++++++++++------------------------ mesh/net.h | 5 +- mesh/node.c | 11 +-- mesh/rpl.c | 29 +++++--- mesh/rpl.h | 3 +- 7 files changed, 143 insertions(+), 127 deletions(-) -- 2.26.2