ramips: fix IPv4-only corner case in 01_enable_packet_steering
[oweals/openwrt.git] / target / linux / ramips / mt7621 / base-files / etc / uci-defaults / 01_enable_packet_steering
1 uci -q get network.globals.packet_steering > /dev/null || {
2         uci set network.globals='globals'
3         uci set network.globals.packet_steering=1
4         uci commit network
5 }