2022-09-13 17:03:53 +08:00

8 lines
108 B
Bash

#!/bin/sh
uci -q batch <<-EOF >/dev/null
set network.globals.packet_steering=1
commit network
EOF
exit 0