mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix stupid error for ipv6
This commit is contained in:
parent
cb7c547b00
commit
275c61de50
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ set_ipv6_state() {
|
|||
unbound.ub_main.protocol='mixed'
|
||||
commit unbound
|
||||
EOF
|
||||
if [ "$(network.lan.ip6assign)" = "" ]; then
|
||||
if [ "$(uci -q get network.lan.ip6assign)" = "" ]; then
|
||||
uci -q set network.lan.ip6assign='60'
|
||||
fi
|
||||
if [ "$(uci -q get network.globals.ula_prefix)" = "" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue