applications/siitwizzard: configure siit0 with proto none, don't use a dummy-v4-ip anymore
This commit is contained in:
parent
73f2139f16
commit
4adce96bda
1 changed files with 1 additions and 3 deletions
|
@ -275,9 +275,7 @@ function mode.write(self, section, value)
|
||||||
|
|
||||||
uci:section("network", "interface", "siit0", {
|
uci:section("network", "interface", "siit0", {
|
||||||
ifname = "siit0",
|
ifname = "siit0",
|
||||||
proto = "static",
|
proto = "none"
|
||||||
ipaddr = "169.254.42.42",
|
|
||||||
netmask = "255.255.255.0"
|
|
||||||
})
|
})
|
||||||
|
|
||||||
-- siit0 route
|
-- siit0 route
|
||||||
|
|
Loading…
Reference in a new issue