From owner-freebsd-net@FreeBSD.ORG Tue Jan 25 15:21:01 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2671516A4CE for ; Tue, 25 Jan 2005 15:21:01 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9364F43D54 for ; Tue, 25 Jan 2005 15:20:58 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6ADBF6520C; Tue, 25 Jan 2005 15:20:55 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18387-02-2; Tue, 25 Jan 2005 15:20:54 +0000 (GMT) Received: from empiric.dek.spc.org (unknown [213.210.24.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 7CC136520E; Tue, 25 Jan 2005 15:20:54 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 05FCA6383; Tue, 25 Jan 2005 15:22:09 +0000 (GMT) Date: Tue, 25 Jan 2005 15:22:09 +0000 From: Bruce M Simpson To: Jeremie Le Hen Message-ID: <20050125152209.GK47638@dhcp120.icir.org> Mail-Followup-To: Jeremie Le Hen , freebsd-net@freebsd.org References: <20050124212011.GC59685@obiwan.tataz.chchile.org> <20050125011615.GB47638@dhcp120.icir.org> <20050125143327.GD59685@obiwan.tataz.chchile.org> <20050125144153.GJ47638@dhcp120.icir.org> <20050125150255.GE59685@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050125150255.GE59685@obiwan.tataz.chchile.org> cc: freebsd-net@freebsd.org Subject: Re: gif(4) and bpf(4) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 15:21:01 -0000 On Tue, Jan 25, 2005 at 04:02:55PM +0100, Jeremie Le Hen wrote: > Does any one have other ideas ? It seems the code was partly written > by sam@, brooks@ and shin@. Interesting. It seems gif isn't passing anything back at all. Can you verify that the routes for the addresses you're pinging traverse gif0? I'd probably also try csjp@'s bpfstat tool to get a closer look at what's going on in bpf. Also try assigning a local address to an instance of gif on the affected system and pinging a destination through it using the -r and -S options whilst running tcpdump to be sure. Can you post the revision(s) of the source files? e.g.: src/sys/net/if_gif.c src/sys/netinet/in_gif.c src/sys/netinet6/in6_gif.c ...and uname -a? Hope this helps, BMS