From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 18 07:22:46 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B66916A4CE; Fri, 18 Jun 2004 07:22:46 +0000 (GMT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D0F43D58; Fri, 18 Jun 2004 07:22:46 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i5I7M5gd099137; Fri, 18 Jun 2004 00:22:05 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i5I7M50g099136; Fri, 18 Jun 2004 00:22:05 -0700 (PDT) (envelope-from rizzo) Date: Fri, 18 Jun 2004 00:22:05 -0700 From: Luigi Rizzo To: Bruce M Simpson Message-ID: <20040618002205.A98824@xorpc.icir.org> References: <200406180207.i5I27TpO029233@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200406180207.i5I27TpO029233@freefall.freebsd.org>; from bms@FreeBSD.org on Fri, Jun 18, 2004 at 02:07:29AM +0000 cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/62957: When created dummynet pipe on output router interface with lower MTU system stops to generate 'Fragment Needed but DF was Set' ICMP in cases when it must X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 07:22:46 -0000 I don't think it is a bug. When you create a pipe you decouple the layers in the output path, so the error message generated in the bottom part of ip_output cannot be passed back up because the caller is already long since gone. the PR can be closed. cheers luigi On Fri, Jun 18, 2004 at 02:07:29AM +0000, Bruce M Simpson wrote: > Synopsis: When created dummynet pipe on output router interface with lower MTU system stops to generate 'Fragment Needed but DF was Set' ICMP in cases when it must > > Responsible-Changed-From-To: freebsd-bugs->luigi > Responsible-Changed-By: bms > Responsible-Changed-When: Fri Jun 18 02:07:14 GMT 2004 > Responsible-Changed-Why: > Luigi is Mr. Dummynet > > http://www.freebsd.org/cgi/query-pr.cgi?pr=62957