From owner-freebsd-current@FreeBSD.ORG Sun Feb 1 16:07:52 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA0CA106566B for ; Sun, 1 Feb 2009 16:07:52 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: from web63904.mail.re1.yahoo.com (web63904.mail.re1.yahoo.com [69.147.97.119]) by mx1.freebsd.org (Postfix) with SMTP id 664AB8FC18 for ; Sun, 1 Feb 2009 16:07:52 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: (qmail 92253 invoked by uid 60001); 1 Feb 2009 16:07:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=yZkqQPBTPM5cxYxzQRrNFM0vBTgSFutUGT/es2CP+HfhuvvV+T7kVYfw8LQ4QtheE4k17N0/SxGphXUzHla3o3hO4h2Yzg2FEDS3fwjN3gjMQnxN5e1PO3di5GZghR7s2rFHZdq20Ocz0vISRGuecP6jwLVWjy+WmMoJgwfKraA=; X-YMail-OSG: 4RLYNDYVM1nowjnxM6lItN.gIoZrXrZ_0KjxtLb4cHx_IAObqA8J6wVk9VhKygXQEJtoY.DLlVMqMrM8Qa_NDsvc79QAxlDFpaLpwg1zLB.d4nv4QRntbiAWMsf4BSHPPzq6n3do.bU8iTQprBQ3qAu2kBo- Received: from [98.242.222.229] by web63904.mail.re1.yahoo.com via HTTP; Sun, 01 Feb 2009 08:07:51 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Sun, 1 Feb 2009 08:07:51 -0800 (PST) From: Barney Cordoba To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <16190.90052.qm@web63904.mail.re1.yahoo.com> Cc: Subject: Possible bug in ip_input() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: barney_cordoba@yahoo.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 16:07:53 -0000 I've noticed the following possible inconsistency. 1) ip_input() is called with M_FASTFWD_OUR set 2) ip_off is not "adjusted" to host representation 3) ip reassembly is erroneously called. I don't have an actual case that can test this, but it seems like an issue. Barney