Changeset 1426


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

Location:
trunk/packages/invirt-xen-config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-xen-config/debian/changelog

    r1372 r1426  
     1invirt-xen-config (0.0.9) unstable; urgency=low
     2
     3  * don't try to disable tx checksums for HVMs; it errors out
     4
     5 -- Greg Price <price@mit.edu>  Wed, 29 Oct 2008 01:26:07 -0400
     6
    17invirt-xen-config (0.0.8) unstable; urgency=low
    28
  • 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.