HI All,
Is there a way to enable offloading on a tap interface while the VM is starting ?
I have been busy with startup scripts and such but didn't succeed.
What I do see is that on start of the VM the offloading is actually there but after some seconds it's enabled and I cannot see where.
Any ideas how to accomplish this ?
Is there a way to enable offloading on a tap interface while the VM is starting ?
Code:
/sbin/ethtool -K tap101i0 rx off tx off
I have been busy with startup scripts and such but didn't succeed.
What I do see is that on start of the VM the offloading is actually there but after some seconds it's enabled and I cannot see where.
Any ideas how to accomplish this ?