mirror of
https://github.com/RROrg/rr.git
synced 2025-08-23 13:07:15 +08:00
disable rx of all nic
This commit is contained in:
parent
a0fcc81a7d
commit
721ff4689c
@ -100,6 +100,7 @@ if [ ! "LOCALBUILD" = "${LOADER_DISK}" ]; then
|
||||
sleep 1
|
||||
fi
|
||||
[ "${ETH::3}" = "eth" ] && ethtool -s ${ETH} wol g 2>/dev/null || true
|
||||
[ "${ETH::3}" = "eth" ] && ethtool -K ${ETH} rxhash off 2>/dev/null || true
|
||||
done
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user