From owner-cvs-src@FreeBSD.ORG Thu Feb 16 20:24:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE16916A575; Thu, 16 Feb 2006 20:24:05 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from exchsjc02.datapipe-corp.net (exchsjc02.datapipe-corp.net [66.70.123.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D4943D49; Thu, 16 Feb 2006 20:24:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from mail pickup service by exchsjc02.datapipe-corp.net with Microsoft SMTPSVC; Thu, 16 Feb 2006 12:24:04 -0800 Received: from ironport01.ewr.datapipe.net ([209.18.73.212]) by exchfe02.datapipe-corp.net with Microsoft SMTPSVC(6.0.3790.1830); Thu, 16 Feb 2006 11:33:42 -0800 Received: from mx2.freebsd.org ([216.136.204.119]) by ironport01.ewr.datapipe.net with ESMTP; 16 Feb 2006 14:30:29 -0500 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.02,120,1139202000"; d="scan'208"; a="165836466:sNHT2755656484" Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id C8A0D5CDAD; Thu, 16 Feb 2006 19:30:24 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id B7DE916A44E; Thu, 16 Feb 2006 19:30:21 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E9E16A422; Thu, 16 Feb 2006 19:30:07 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4322043D4C; Thu, 16 Feb 2006 19:30:05 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k1GJU4to036392; Thu, 16 Feb 2006 21:30:04 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 55510-03-6; Thu, 16 Feb 2006 21:30:02 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k1GJ7NWe035843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Feb 2006 21:07:24 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k1GJ7RqX090343; Thu, 16 Feb 2006 21:07:27 +0200 (EET) (envelope-from ru) Date: Thu, 16 Feb 2006 21:07:27 +0200 From: Ruslan Ermilov To: Andre Oppermann Message-ID: <20060216190727.GA90271@ip.net.ua> References: <200602161750.k1GHovTU044587@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <200602161750.k1GHovTU044587@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 16 Feb 2006 19:33:42.0830 (UTC) FILETIME=[E530D4E0:01C6332F] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_icmp.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 20:24:06 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 16, 2006 at 05:50:57PM +0000, Andre Oppermann wrote: > andre 2006-02-16 17:50:57 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > sys/netinet ip_icmp.c=20 > Log: > MFC ip_icmp.c rev. 1.103-1.106+1.108: > =20 > Rework icmp_error() and always quote the entire TCP header, fixes > issues in draft-gont-icmp-payload-00.txt. > New net.inet.icmp.reply_from_interface and net.inet.icmp.quotelen. > =20 > Sponsored by: TCP/IP Optimization Fundraise 2005 > Approved by: re (scottl) > =20 > Revision Changes Path > 1.101.2.2 +89 -32 src/sys/netinet/ip_icmp.c >=20 Thank you! Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD9M1vqRfpzJluFF4RApMbAJ9mVXRbPUVRXbPahNcxHM/Ru5ZkDwCggJzx 2kwhWTvpW5JrWcZp6IByGVI= =bXTx -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S--