luci-app-qmodem: ip6class paramaters not stored consistently in lan network config

This commit is contained in:
coolsnowwolf 2025-04-18 22:20:44 +08:00
parent e3e688f613
commit e4f867a6d2

View File

@ -444,7 +444,6 @@ set_if()
if [ -z "$interfacev6" ];then
uci set network.lan.ipv6='1'
uci set network.lan.ip6assign='64'
uci set network.lan.ip6class="${interface6_name}"
uci set network.${interface6_name}='interface'
uci set network.${interface6_name}.modem_config="${modem_config}"
uci set network.${interface6_name}.proto="${protov6}"