From owner-cvs-src@FreeBSD.ORG Mon Jun 20 16:15:29 2005 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 564DF16A41C; Mon, 20 Jun 2005 16:15:29 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from cheer.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id D791B43D1D; Mon, 20 Jun 2005 16:15:28 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:HFxyENzM35Y0y6OUJY7ds1klW7Dm1Aetp8mRj+evhtddjVIaKUwAK3Fbi5+e9Vkj@[IPv6:3ffe:501:185b:8010:20b:97ff:fe2e:b521]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.13.3/8.13.3) with ESMTP/inet6 id j5KGFJsb021755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Jun 2005 01:15:20 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 21 Jun 2005 01:14:53 +0900 Message-ID: From: Hajimu UMEMOTO To: "Bjoern A. Zeeb" In-Reply-To: References: <200506200839.j5K8dUFm009042@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-CURRENT X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-2.0b5 (cheer.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Tue, 21 Jun 2005 01:15:20 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-5.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on cheer.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_gif.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 16:15:29 -0000 Hi, >>>>> On Mon, 20 Jun 2005 12:10:40 +0000 (UTC) >>>>> "Bjoern A. Zeeb" said: bzeeb-lists> I cannot test it but it looks the same. There are differences slightly. :) bzeeb-lists> If this works for you either commit it yourself w/ re@ approval or let bzeeb-lists> me know. bzeeb-lists> http://sources.zabbadoz.net/freebsd/patchset/sys-netinet6-in6_gif.c.diff Okay, I'll do it after some tests, later. bzeeb-lists> + sc = (struct gif_softc *)encap_getarg(m); bzeeb-lists> + if (sc == NULL) { bzeeb-lists> + m_freem(m); bzeeb-lists> + ipstat.ips_nogif++; bzeeb-lists> + return; bzeeb-lists> + } It should be: sc = (struct gif_softc *)encap_getarg(m); if (sc == NULL) { m_freem(m); ip6stat.ip6s_nogif++; return IPPROTO_DONE; } Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/