From 8c058af89d3ed56e3623e8c7ff1af7a1eef6a0b2 Mon Sep 17 00:00:00 2001
From: Christof Schulze <christof.schulze@gmx.net>
Date: Sun, 2 Dec 2018 22:55:56 +0100
Subject: [PATCH] gluon-mesh-babel: remove broken log-file option from config

log-file /dev/stderr is broken for babeld as it eats log messages for debug log.
This commit gets rid of the option. This allows -d N to be used as babeld command
line option.
---
 .../luasrc/lib/gluon/upgrade/300-gluon-mesh-babel-mkconfig       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/gluon-mesh-babel/luasrc/lib/gluon/upgrade/300-gluon-mesh-babel-mkconfig b/package/gluon-mesh-babel/luasrc/lib/gluon/upgrade/300-gluon-mesh-babel-mkconfig
index 7cf52cdb9..c2b5cf5aa 100755
--- a/package/gluon-mesh-babel/luasrc/lib/gluon/upgrade/300-gluon-mesh-babel-mkconfig
+++ b/package/gluon-mesh-babel/luasrc/lib/gluon/upgrade/300-gluon-mesh-babel-mkconfig
@@ -7,7 +7,6 @@ file = io.open(babelconf, "w")
 file:write("ipv6-subtrees true\n")
 file:write("reflect-kernel-metric true\n")
 file:write("export-table 254\n")
-file:write("log-file /dev/stderr\n")
 file:write("import-table 254\n")
 
 file:write("out ip " .. site.next_node.ip6() .. "/128 deny\n")
-- 
GitLab