openwrt/nat64: change lan/wan proto
This commit is contained in:
parent
8e99b367d3
commit
847f9c1dd1
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ uci set network.wan.proto="static"
|
||||||
uci delete network.lan.ipaddr
|
uci delete network.lan.ipaddr
|
||||||
uci delete network.lan.netmask
|
uci delete network.lan.netmask
|
||||||
uci delete network.lan.gateway
|
uci delete network.lan.gateway
|
||||||
uci set network.wan.proto="dhcpv6"
|
uci set network.lan.proto="dhcpv6"
|
||||||
|
|
||||||
|
|
||||||
# Do something wireless (?)
|
# Do something wireless (?)
|
||||||
|
|
Loading…
Reference in a new issue