This set of patches cleans up miscellaneous code redundancies in model.c, fixes virtual address labels housekeeping, fixes checks for model publication removal (i.e., for unassigned address in the config message), fixes return values (few cases where an integer error code is to be returned, but boolean "false" was returned instead) Inga Stotland (4): mesh: Clean up model.c and cfg-server.c mesh: Fix virtual address processing mesh: Fix and clean up model publicaation code test: test-mesh - Correctly stop periodic publication mesh/cfgmod-server.c | 47 +++--- mesh/model.c | 360 ++++++++++++++++++------------------------- mesh/model.h | 38 ++--- test/test-mesh | 8 +- 4 files changed, 187 insertions(+), 266 deletions(-) -- 2.21.0