From owner-freebsd-stable@FreeBSD.ORG Thu Aug 12 10:43:39 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB45116A4CE for ; Thu, 12 Aug 2004 10:43:39 +0000 (GMT) Received: from bones.rvdp.org (bones.rvdp.org [213.154.224.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAAA43D5E for ; Thu, 12 Aug 2004 10:43:38 +0000 (GMT) (envelope-from rvdp@rvdp.org) Received: from bones.rvdp.org (localhost [127.0.0.1]) by bones.rvdp.org (8.12.11/8.12.9) with ESMTP id i7C9d0Eb015682; Thu, 12 Aug 2004 11:39:01 +0200 (CEST) Received: (from rvdp@localhost) by bones.rvdp.org (8.12.11/8.12.11/Submit) id i7C9cwGa016173; Thu, 12 Aug 2004 11:38:59 +0200 (CEST) Date: Thu, 12 Aug 2004 11:38:58 +0200 From: Ronald van der Pol To: Mark Andrews Message-ID: <20040812093857.GA12644@rvdp.org> References: <200408120202.i7C22HTT000463@drugs.dv.isc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408120202.i7C22HTT000463@drugs.dv.isc.org> User-Agent: Mutt/1.4.2.1i cc: stable@freebsd.org Subject: Re: 4.10 STABLE: IPv6 PMTU Discovery broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 10:43:39 -0000 On Thu, Aug 12, 2004 at 12:02:17 +1000, Mark Andrews wrote: > The box does not appear to be generating a ICMP6 too big error > message which I would expect to see once the 1428 octet TCP > segments start arriving. You could also check the output of: netstat -s -p icmp6 There have been some changes in the IPv6 area that might be relevant. You could check the dates of these changes (icmp6.c, raw_ip6.c): http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet6/ rvdp