applications/siitwizard: use unique-local ip6addrtype
This commit is contained in:
parent
9709bb5316
commit
f1c54fddcc
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ function mode.write(self, section, value)
|
||||||
uci:section("olsrd", "Interface", nil, {
|
uci:section("olsrd", "Interface", nil, {
|
||||||
ignore = 0,
|
ignore = 0,
|
||||||
interface = wifi_device,
|
interface = wifi_device,
|
||||||
Ip6AddrType = "global"
|
Ip6AddrType = "unique-local"
|
||||||
})
|
})
|
||||||
|
|
||||||
-- hna6
|
-- hna6
|
||||||
|
|
Loading…
Reference in a new issue