From owner-freebsd-current@FreeBSD.ORG Sun Dec 17 20:46:36 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE6B816A415 for ; Sun, 17 Dec 2006 20:46:36 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id B530143CB8 for ; Sun, 17 Dec 2006 20:46:30 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1162315uge for ; Sun, 17 Dec 2006 12:46:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=iRmjW//JjssuSacfAVJ24WqSnHAYcsYh0yPnag/9cji91Fi+Ls+NBKJ8NV/4qECvXucQqy8h9ARSp4bmf49KkrCofzJaC/x21bYocYrGcs40zdqU6kD4bBzvcEc3T48fOjHMc4LSLpxZ75HgUQL3dXaeBPt8R6loQ9KLhowqD0Q= Received: by 10.78.203.13 with SMTP id a13mr1577138hug.1166388384293; Sun, 17 Dec 2006 12:46:24 -0800 (PST) Received: by 10.78.167.16 with HTTP; Sun, 17 Dec 2006 12:46:24 -0800 (PST) Message-ID: Date: Sun, 17 Dec 2006 23:46:24 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 6b01e422fffd46e1 Cc: David Xu Subject: vge(4) bad checksum X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 20:46:36 -0000 I'm not sure what it's all about, but with today's current whatever goes out my vge interface (icmp/ tcp/udp) has bad checksum: 23:35:59.786960 IP (tos 0x0, ttl 64, id 2287, offset 0, flags [none], proto: UDP (17), length: 66, bad cksum 0 (->ce25)!) 192.168.17.69.55929 > 192.168.17.1.161: [bad udp cksum 944b!] { SNMPv2c C=asdf { GetNextRequest(25) R=431960954 .1.3.6.1.2.1 } } 23:36:11.866766 IP (tos 0x0, ttl 64, id 2300, offset 0, flags [none], proto: ICMP (1), length: 84, bad cksum 0 (->ce16)!) 192.168.17.69 > 192.168.17.1: ICMP echo request, id 39684, seq 1, length 64 23:36:58.918191 IP (tos 0x10, ttl 64, id 2327, offset 0, flags [DF], proto: TCP (6), length: 52, bad cksum 0 (->8e06)!) 192.168.17.69.53243 > 192.168.17.1.41319: ., cksum 0xa3bd (incorrect (-> 0x6f3b), 512:512(0) ack 513 win 33304 I switched from ipsec(4) to fast_ipsec(4). My last kernel is from December 10 and everything seems to be ok. More testing pending...