From owner-freebsd-net@FreeBSD.ORG Wed Mar 6 09:12:13 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B9448686; Wed, 6 Mar 2013 09:12:13 +0000 (UTC) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (cust.static.213-3-30-106.swisscomdata.ch [213.3.30.106]) by mx1.freebsd.org (Postfix) with ESMTP id D3995BE4; Wed, 6 Mar 2013 09:12:12 +0000 (UTC) Received: from insomnia.benzedrine.cx (localhost [127.0.0.1]) by insomnia.benzedrine.cx (8.14.5/8.14.5) with ESMTP id r268rCxp018755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Mar 2013 09:53:12 +0100 (MET) Received: (from dhartmei@localhost) by insomnia.benzedrine.cx (8.14.5/8.14.5/Submit) id r268rBUr023680; Wed, 6 Mar 2013 09:53:11 +0100 (MET) Date: Wed, 6 Mar 2013 09:53:11 +0100 From: Daniel Hartmeier To: Andre Oppermann Subject: Re: Default route changes unexpectedly Message-ID: <20130306085311.GA12382@insomnia.benzedrine.cx> References: <5136FD71.6000408@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5136FD71.6000408@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Nick Rogers , "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 09:12:13 -0000 On Wed, Mar 06, 2013 at 09:25:21AM +0100, Andre Oppermann wrote: > I'm trying to create a stack graph to see which parts of the network > stack are involved in handling your packet. Ask people if they're using multiple pfil hooks (even just having ipfilter loaded counts, for instance). If that's a common factor, see http://marc.info/?l=freebsd-net&m=133888532814565&w=2 Daniel