6a77229f29c2eeed775c319c6fa5410c33c6155f
[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.packet_steering=1
3         uci commit network
4 }