autocore: disable gso offload for some x86 network card hw issue

This commit is contained in:
coolsnowwolf 2024-07-02 12:22:58 +08:00
parent 4d50adb8ef
commit 05d2fc3d9b

View File

@ -66,9 +66,7 @@ start()
ethtool -K $c tx-checksum-ipv4 on >/dev/null 2>&1
ethtool -K $c tx-checksum-ipv6 on >/dev/null 2>&1)
ethtool -K $c tx-scatter-gather on >/dev/null 2>&1
ethtool -K $c gso on >/dev/null 2>&1
ethtool -K $c tso on >/dev/null 2>&1
ethtool -K $c ufo on >/dev/null 2>&1
done
[ -f /etc/index.htm ] && mv /etc/index.htm /usr/lib/lua/luci/view/admin_status/index.htm