Changeset 732


Ignore:
Timestamp:
Jul 27, 2008, 8:05:47 PM (16 years ago)
Author:
ecprice
Message:

Don't bother avoiding checksums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-guest-installer/domU/usr/lib/xen-tools/patches/common.diff

    r641 r732  
    2626 ## default grub root device
    2727 ## e.g. groot=(hd0,0)
    28 --- /etc/network/interfaces~       2008-06-22 06:47:55.000000000 -0400
    29 +++ /etc/network/interfaces        2008-06-22 06:49:21.000000000 -0400
    30 @@ -8,7 +8,7 @@
    31  # The primary network interface
    32  auto eth0
    33  iface eth0 inet dhcp
    34 -# post-up ethtool -K eth0 tx off
    35 + pre-up ethtool -K eth0 tx off
    36  
    37  #
    38  # The commented out line above will disable TCP checksumming which
Note: See TracChangeset for help on using the changeset viewer.