mbox series

[BlueZ,0/2] Mesh replay protection clean up

Message ID 20200828200427.18753-1-inga.stotland@intel.com (mailing list archive)
Headers show
Series Mesh replay protection clean up | expand

Message

Stotland, Inga Aug. 28, 2020, 8:04 p.m. UTC
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(-)

Comments

Brian Gix Aug. 28, 2020, 9:53 p.m. UTC | #1
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(-)
>