From owner-freebsd-net@FreeBSD.ORG Sun Feb 9 20:11:08 2014 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F310A47 for ; Sun, 9 Feb 2014 20:11:08 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C974E1297 for ; Sun, 9 Feb 2014 20:11:07 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s19KB55o001554 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 9 Feb 2014 13:11:06 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s19KB5he001551 for ; Sun, 9 Feb 2014 13:11:05 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 9 Feb 2014 13:11:05 -0700 (MST) From: Warren Block To: freebsd-net@FreeBSD.org Subject: re(4) startup and 10-stable Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 09 Feb 2014 13:11:06 -0700 (MST) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 20:11:08 -0000 Last night, I upgraded a small firewall from 9-stable to 10-stable. Now pf can't load the ruleset on startup, reporting: Enabling pfNo ALTQ support in kernel ALTQ related functions disabled no IP address found for re0 /etc/pf.rules:76: could not parse host specification pfctl: Syntax error in config file: pf rules not loaded The rules can be loaded after it starts, and everything works fine. pciconf -lv re0@pci0:3:0:0: class=0x020000 card=0xe0001458 chip=0x816810ec rev=0x06 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8111/8168B PCI Express Gigabit Ethernet controller' class = network subclass = ethernet netwait is used in rc.conf, but of course it happens long after pf is started. I was aware there had been some up/down bouncing problems on startup with later revisions of this interface, but hadn't had any problems with this older version. Is there a workaround?