mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-02 09:27:54 +08:00
RHEL-9.6 will replace RHEL-9.4
Pick-to: 6.8
Task-number: QTQAINFRA-7528
Change-Id: I5fe6bfe6f57f1dfb7ec4aeb05560dd7f01fc7f2f
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
(cherry picked from commit 6384a76d09)
4 lines
125 B
Bash
4 lines
125 B
Bash
#!/bin/sh
|
|
|
|
echo "ETHTOOL_OPTS='-K \${DEVICE} tso off'" | sudo tee -a /etc/sysconfig/network-scripts/ifcfg-Wired_connection_1
|