Message ID | 20200828200427.18753-1-inga.stotland@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Mesh replay protection clean up | expand |
Applied On Fri, 2020-08-28 at 13:04 -0700, Inga Stotland wrote: > 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(-) >