OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | uci set network.globals.default_rps_val=14 |
2 | uci set network.globals.default_rps_flow_cnt=256 |
||
3 | uci set network.globals.default_xps_val=14 |
||
4 | uci set network.globals.default_ps=1 |
||
5 | uci set network.eth0=device |
||
6 | uci set network.eth0.name=eth0 |
||
7 | uci set network.lan0=device |
||
8 | uci set network.lan0.name=lan0 |
||
9 | uci set network.lan1=device |
||
10 | uci set network.lan1.name=lan1 |
||
11 | uci set network.lan2=device |
||
12 | uci set network.lan2.name=lan2 |
||
13 | uci set network.lan3=device |
||
14 | uci set network.lan3.name=lan3 |
||
15 | uci commit |
||
16 | exit 0 |