base-files: wan6 should reference wan intead of referencing itself.

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 42199
v19.07.3_mercusys_ac12_duma
John Crispin 10 years ago
parent b7b8da135a
commit db6a292d4c

@ -62,7 +62,7 @@ EOF
set network.$1.proto='dhcp'
delete network.wan6
set network.wan6='interface'
set network.wan6.ifname='@wan6'
set network.wan6.ifname='@wan'
set network.wan6.proto='dhcpv6'
EOF
;;

Loading…
Cancel
Save