From 2ba923eaa9e29c60259549a62872f9dbf84e76a5 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sat, 16 Dec 2023 17:55:18 -0800 Subject: [PATCH] Fix tunnel counts (missing commit) (#1022) --- files/usr/local/bin/node-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/files/usr/local/bin/node-setup b/files/usr/local/bin/node-setup index 673473cd..084fccc1 100755 --- a/files/usr/local/bin/node-setup +++ b/files/usr/local/bin/node-setup @@ -966,6 +966,7 @@ if nixio.fs.access("/etc/config.mesh/olsrd", "r") then end nc:set("aredn", "@tunnel[0]", "maxclients", maxclients) nc:set("aredn", "@tunnel[0]", "maxservers", maxservers) + nc:commit("aredn") -- add xlink interfaces if nixio.fs.stat("/etc/config.mesh/xlink") then