This set of patches fixes the network key add/update processing. Network keys need to be saved to a local node configuration file when: - a new node is provisioned - new network key are added by a configuration client - existing network key is updated by a configuration client during key refresh procedure. Also, each saved network key is accompanied by a proper key refresh phase setting. Inga Stotland (5): mesh: Separate functions for net key add and update mesh: Add function to restore net key state from storage mesh: Declare internal functions as static mesh: Save key refresh phase state to node config file mesh: Save newly added or updated net key to config file mesh/cfgmod-server.c | 8 +- mesh/mesh-db.c | 178 +++++++++++++++++------------ mesh/mesh-db.h | 6 +- mesh/net.c | 262 ++++++++++++++++++++++++++----------------- mesh/net.h | 12 +- mesh/node.c | 19 +++- mesh/storage.c | 22 ++-- mesh/storage.h | 7 +- 8 files changed, 319 insertions(+), 195 deletions(-) -- 2.17.2