8 lines
108 B
Plaintext
Raw Normal View History

2022-09-13 17:03:53 +08:00
#!/bin/sh
uci -q batch <<-EOF >/dev/null
set network.globals.packet_steering=1
commit network
EOF
exit 0