Skip to content
Snippets Groups Projects
Commit c8409354 authored by Zhang Huanjie's avatar Zhang Huanjie
Browse files

ethool set eth1 gro off

parent f4571123
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ ip add flush dev eth0 ...@@ -26,6 +26,8 @@ ip add flush dev eth0
ip add add $IP/$MASK dev eth0 ip add add $IP/$MASK dev eth0
ip route add 0/0 via $GATE ip route add 0/0 via $GATE
ethtool -K eth1 gro off
OPT=$(cat /etc/ethudp/SITE/OPT) OPT=$(cat /etc/ethudp/SITE/OPT)
if [ -z $MASTER ] ; then if [ -z $MASTER ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment