From 4ba152e3b5c8c8fbc19ee5d74c10bc3868ec4b59 Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Tue, 26 Apr 2016 21:00:27 +0200 Subject: [PATCH] do not add mow-interface twice --- package/gluon-mesh-babel/files/etc/init.d/gluon-mesh-babeld-0 | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/gluon-mesh-babel/files/etc/init.d/gluon-mesh-babeld-0 b/package/gluon-mesh-babel/files/etc/init.d/gluon-mesh-babeld-0 index c58fec0e..3161cc17 100755 --- a/package/gluon-mesh-babel/files/etc/init.d/gluon-mesh-babeld-0 +++ b/package/gluon-mesh-babel/files/etc/init.d/gluon-mesh-babeld-0 @@ -15,9 +15,6 @@ file:write("import-table 11\n") for interface, _ in pairs(gmesh.interfaces()) do file:write("interface " .. interface .. "\n") end -if site.mesh_on_wan then - file:write("interface br-wan\n") -end file:write(" redistribute ip " .. site.prefix6 .. " eq 128 allow\n") file:write(" redistribute ip " .. site.babel_mesh.prefix .. " eq 128 allow\n")