3 lines
132 B
Bash
3 lines
132 B
Bash
#!/bin/bash
|
|
NETDEV=$(ip -o route get 8.8.8.8 | cut -f 5 -d " ")
|
|
sudo ethtool -K "${NETDEV}" rx-udp-gro-forwarding on rx-gro-list off |