1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2022-02-18 14:10:45 +01:00
parent cb7c547b00
commit 275c61de50

View file

@ -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