1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

add sh header

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-27 08:14:56 +01:00
parent 99d91dfb69
commit 02870c4ef7

View file

@ -1,6 +1,7 @@
uci set network.globals.default_rps_val=14 #!/bin/sh
uci set network.globals.default_rps_flow_cnt=256 uci -q set network.globals.default_rps_val=14
uci set network.globals.default_xps_val=14 uci -q set network.globals.default_rps_flow_cnt=256
uci set network.globals.default_ps=1 uci -q set network.globals.default_xps_val=14
uci commit uci -q set network.globals.default_ps=1
uci -q commit
exit 0 exit 0