Skip to content
Snippets Groups Projects
Commit 23c64814 authored by Vlad-Andrei BĂDOIU (78692)'s avatar Vlad-Andrei BĂDOIU (78692)
Browse files

Fix offloading

Patch sent by Luca Mazilescu.
parent f50354d5
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ class FullNM(object):
def disable_nic_checksum(host, iface):
host.cmd('ethtool iface {} --offload rx off tx off'.format(iface))
host.cmd('ethtool -K {} rx off tx off'.format(iface))
host.cmd('ethtool -K {} tx-checksum-ip-generic off'.format(iface))
def disable_arp(host, iface):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment