Patch set applied On Fri, 2019-03-08 at 14:58 -0800, Inga Stotland wrote: > This patch set implements the following: > - Write updates of node model subscriptions to node config file > - Write updates of node model publication settings to node config file > - Correctly restore subscriptions and publications on daemon startup > > Inga Stotland (3): > mesh: Add json config functions to save pub/sub updates > mesh: Save model subscription updates to config file > mesh: Store model publication settings in config file > > mesh/cfgmod-server.c | 104 +++++++++++++++- > mesh/mesh-db.c | 282 ++++++++++++++++++++++++++++++++++++++++++- > mesh/mesh-db.h | 15 ++- > mesh/model.c | 22 ++-- > 4 files changed, 404 insertions(+), 19 deletions(-) >