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.
This commit is contained in:
Christof Schulze 2018-12-02 22:55:56 +01:00
parent 68ee1db91e
commit 8c058af89d
1 changed files with 0 additions and 1 deletions

View File

@ -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")