Skip to content
Snippets Groups Projects
Commit 8c058af8 authored by Christof Schulze's avatar Christof Schulze
Browse files

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.
parent 68ee1db9
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ file = io.open(babelconf, "w") ...@@ -7,7 +7,6 @@ file = io.open(babelconf, "w")
file:write("ipv6-subtrees true\n") file:write("ipv6-subtrees true\n")
file:write("reflect-kernel-metric true\n") file:write("reflect-kernel-metric true\n")
file:write("export-table 254\n") file:write("export-table 254\n")
file:write("log-file /dev/stderr\n")
file:write("import-table 254\n") file:write("import-table 254\n")
file:write("out ip " .. site.next_node.ip6() .. "/128 deny\n") file:write("out ip " .. site.next_node.ip6() .. "/128 deny\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment