Skip to content

Commit f85f2b3

Browse files
committed
ip v6
1 parent ef14138 commit f85f2b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Install/openWRT23_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,6 +1768,7 @@ if [ "$VLAN_ENABLE" = "1" ]
17681768
wait $processes >> /root/install.log
17691769
uci set network.Loopback.proto='static'
17701770
uci set network.Loopback.ipaddr='127.0.0.1'
1771+
uci set network.Loopback.ip6addr='::1/128'
17711772
uci set network.Loopback.netmask='255.255.255.0'
17721773
uci set network.Loopback.device='lo'
17731774
processes=$(uci commit && reload_config)

0 commit comments

Comments
 (0)