From owner-freebsd-net@FreeBSD.ORG Thu Sep 27 13:23:59 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17602106566B for ; Thu, 27 Sep 2012 13:23:59 +0000 (UTC) (envelope-from freebsd-net@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id C45CC8FC14 for ; Thu, 27 Sep 2012 13:23:58 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1THE4L-0002T6-Pt for freebsd-net@freebsd.org; Thu, 27 Sep 2012 15:23:57 +0200 Received: from l.saper.info ([91.121.203.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2012 15:23:57 +0200 Received: from saper by l.saper.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2012 15:23:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-net@freebsd.org From: Marcin Cieslak Date: Thu, 27 Sep 2012 13:23:42 +0000 (UTC) Organization: http://saper.info Lines: 16 Message-ID: References: <201209270853.31318.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: l.saper.info User-Agent: slrn/0.9.9p1 (FreeBSD) Subject: Re: enc(4) uninitialized in -current? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2012 13:23:59 -0000 >> John Baldwin wrote: > OTOH, have you created an enc0 device? I can't find anything that > automatically creates it. Now I'm wondering if it got initialized in FreeBSD 9.x, too. I used to have net.inet.ip.fw.default_to_accept=0 before (now it's net.inet.ip.fw.default_to_accept=1) so maybe no traffic was sent via the interfaces until everything was fully up? On the other hand the panic occurs quite late - it happened during startup of sixxs-aiccu IPv6 tunnel (which goes over IPv4+mandatory IPsec in my setup). With different configuration it panicked during startup of slpd, also very late in the userland booting process. //Marcin