fixup! gluon-mesh-batman-adv: announce dns server if dns cache was configured in site.conf

This commit is contained in:
Christof Schulze 2017-04-27 18:49:15 +02:00
parent 06abbc25ce
commit bd98bbe62f

View File

@ -4,4 +4,3 @@ io.write("-i local-node -p " .. site.prefix6)
if site.dns and site.dns.servers then
io.write(" --rdnss " .. site.next_node.ip6)
end
io.write("\n")