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:
parent
99d91dfb69
commit
02870c4ef7
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue