...
ethtool -K eth1 rx off ethtool -K eth1 tx off ethtool -K eth1 sg off ethtool -K eth1 gso off |
Let's suppose that the name of the file is "offload_off_eth1.txt". In this case running it on system startup can be done in the following ways:
...
...
ethtool -K eth1 rx off ethtool -K eth1 tx off ethtool -K eth1 sg off ethtool -K eth1 gso off |
Let's suppose that the name of the file is "offload_off_eth1.txt". In this case running it on system startup can be done in the following ways:
...