diff options
author | Steven Barth <steven@midlink.org> | 2008-09-13 23:21:32 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-13 23:21:32 +0000 |
commit | 16654183664f14a7c6be0ca701c693c301a93321 (patch) | |
tree | a84b939072ce3f945d58616643441d6386547eaf /applications/luci-ffwizard-leipzig/luasrc/model | |
parent | 8bba6cf4d061e28d8fda10a6f9348fa8a8b1380e (diff) |
FF-Wizard: Set interface protocol to static, don't add the zone to network if it does not match an existing interface
Diffstat (limited to 'applications/luci-ffwizard-leipzig/luasrc/model')
-rw-r--r-- | applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index 5245a92f1..cdace2b73 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -178,6 +178,7 @@ function main.write(self, section, value) -- Crate network interface local netconfig = _strip_internals(uci:get_all("freifunk", "interface")) + netconfig.proto = "static" netconfig.ipaddr = ip uci:section("network", "interface", device, netconfig) |