mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 02:56:07 +08:00
Change-Id: Ia241a4211d24d2788f0f0ef9af55b23a6b227624 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
5 lines
190 B
Bash
Executable File
5 lines
190 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "ethtool -K \${DEVICE_IFACE} tso off" | sudo tee -a /etc/NetworkManager/dispatcher.d/pre-up.d/net_tso_off
|
|
sudo chmod +x /etc/NetworkManager/dispatcher.d/pre-up.d/net_tso_off
|