From aa4507c9b28dadc217daa6ed1a7783a1e138c7ed Mon Sep 17 00:00:00 2001
From: Eric Price <ecprice@mit.edu>
Date: Sun, 27 Jul 2008 20:05:47 -0400
Subject: [PATCH] Don't bother avoiding checksums.

svn path=/trunk/packages/sipb-xen-guest-installer/; revision=732
---
 domU/usr/lib/xen-tools/patches/common.diff |   11 -----------
 1 file changed, 11 deletions(-)

diff --git a/domU/usr/lib/xen-tools/patches/common.diff b/domU/usr/lib/xen-tools/patches/common.diff
index 6f385d5..2f58ce0 100644
--- a/domU/usr/lib/xen-tools/patches/common.diff
+++ b/domU/usr/lib/xen-tools/patches/common.diff
@@ -25,14 +25,3 @@
  
  ## default grub root device
  ## e.g. groot=(hd0,0)
---- /etc/network/interfaces~       2008-06-22 06:47:55.000000000 -0400
-+++ /etc/network/interfaces        2008-06-22 06:49:21.000000000 -0400
-@@ -8,7 +8,7 @@
- # The primary network interface
- auto eth0
- iface eth0 inet dhcp
--# post-up ethtool -K eth0 tx off
-+ pre-up ethtool -K eth0 tx off
- 
- #
- # The commented out line above will disable TCP checksumming which
-- 
1.7.9.5