Skip to content

Commit e4f867a

Browse files
committed
luci-app-qmodem: ip6class paramaters not stored consistently in lan network config
1 parent e3e688f commit e4f867a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

luci/luci-app-qmodem/root/usr/share/qmodem/modem_dial.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ set_if()
444444
if [ -z "$interfacev6" ];then
445445
uci set network.lan.ipv6='1'
446446
uci set network.lan.ip6assign='64'
447-
uci set network.lan.ip6class="${interface6_name}"
448447
uci set network.${interface6_name}='interface'
449448
uci set network.${interface6_name}.modem_config="${modem_config}"
450449
uci set network.${interface6_name}.proto="${protov6}"

0 commit comments

Comments
 (0)