mediatek: fix IPv4-only corner case and commit in 99-net-ps
[oweals/openwrt.git] / target / linux / mediatek / base-files / etc / uci-defaults / 99-net-ps
1 uci set network.globals='globals'
2 uci set network.globals.packet_steering=1
3 uci set network.eth0=device
4 uci set network.eth0.name=eth0
5 uci set network.lan0=device
6 uci set network.lan0.name=lan0
7 uci set network.lan1=device
8 uci set network.lan1.name=lan1
9 uci set network.lan2=device
10 uci set network.lan2.name=lan2
11 uci set network.lan3=device
12 uci set network.lan3.name=lan3
13
14 uci commit network
15
16 exit 0