Ignore:
Timestamp:
Oct 29, 2008, 1:26:48 AM (15 years ago)
Author:
price
Message:

don't try to disable tx checksums for HVMs; it errors out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-xen-config/vif-invirtroute

    r1258 r1426  
    4141        echo 1 >/proc/sys/net/ipv4/conf/${dev}/proxy_arp
    4242        echo 1 >/proc/sys/net/ipv4/conf/${dev}/rp_filter
    43         ethtool -K ${dev} tx off
     43        if [ x${qemu_online} != xyes ]; then
     44          ethtool -K ${dev} tx off
     45        fi
    4446        ipcmd='add'
    4547        cmdprefix=''
Note: See TracChangeset for help on using the changeset viewer.