From owner-freebsd-net@FreeBSD.ORG Thu Aug 23 13:34:17 2007 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 E627316A473 for ; Thu, 23 Aug 2007 13:34:17 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (unknown [IPv6:2001:41d0:1:2ad2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5378013C4A6 for ; Thu, 23 Aug 2007 13:34:17 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (unknown [IPv6:2001:41d0:1:2ad2::fffe:0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTP id 435A91BAC11 for ; Thu, 23 Aug 2007 15:34:16 +0200 (CEST) Received: from morzine.restart.bel (morzine6.restart.bel [IPv6:2001:41d0:1:2ad2::1:2]) (authenticated bits=0) by restart.be (8.14.1/8.14.1) with ESMTP id l7NDYBJ4015288 for ; Thu, 23 Aug 2007 15:34:12 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1187876055; bh=eUdaX9xCv/8wlLAQbor+hHSeYTWBa2+nWwjjTHQ 3Kxo=; h=DomainKey-Signature:Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding:X-Scanned-By; b=uCQ0Q8FjdfYXjiOgJIRpnDjo oB0dAR9p/oFnjKfCwxWTCtZnxpw3nnTas4bieLRs+UczoPjc+4mz6Izg4hHAnA== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to: subject:content-type:content-transfer-encoding:x-scanned-by; b=LDNHr+419GVGbeGQO2ArHoBIP7DTin75kcMkuSlUuoHephgnQ6nplV5BgPXYFGHnq Ta5alhyUZY/t0U7/jkiYg== Message-ID: <46CD8CD3.9090109@restart.be> Date: Thu, 23 Aug 2007 15:34:11 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.6 (X11/20070804) MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.62 on IPv6:2001:41d0:1:2ad2::1:1 Subject: Wrong order in rc.d (pf and ipv6) 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, 23 Aug 2007 13:34:18 -0000 Hello, I notice that after a reboot, my pf rules don't take the ipv6 address (managed with ipv6_ifconfig_rl0="2001:...:1") into account. rcorder /etc/rc.d/* show that pf is started before network_ipv6, is it normal? Thanks for your time Henri