From owner-freebsd-stable@freebsd.org Wed May 11 19:44:35 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62B52B37222 for ; Wed, 11 May 2016 19:44:35 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8CBE1D6F for ; Wed, 11 May 2016 19:44:34 +0000 (UTC) (envelope-from ml@my.gd) Received: by mail-lb0-x231.google.com with SMTP id pj6so702039lbb.2 for ; Wed, 11 May 2016 12:44:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=my-gd.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=l/XVmhBwiBuJCNfCm4VHtr68ZeaC9UafppSeHUGbL0Q=; b=oF4BvzCYZcBjSoBYhvoMAHkNWbo9Weo3Xvv+7WM9xbIqfwPtXxfdCyTlhRhOPlUTqs 6w8XRnjBjE995sMDWKlKcXN3YhuuPlEmZuhqh7TBdt1NNMfJhwqqekhJvqE/Mt96IVjl 2sziNmR7LRc+LglTrNqYtHtZ5ePj90ElxXNNbFigqqbrWqptOOxC73j1BerXZ2alAhPy x+qSK+Tjqx36OoWBU/N4dr2l5UCebhpFpjKtOj+1rKnZ5CNcUPotU4Vd2mweHcj9vs+4 DJ0uJGwm26QiTGkKFxAQ3BtuKBXM/wrtzhvd9l31bU3uJH5B3fSETfmrV6c1xcwy3PaY 2+mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=l/XVmhBwiBuJCNfCm4VHtr68ZeaC9UafppSeHUGbL0Q=; b=fxgx59xg5emmLe1sLH0c0YYr0WlGK8gkM2F3MQsrQTs8/XtutNOTax/n1COm3AawE3 3oGTDwceWNvvUcnRX/4UDqhCSXutW70bRMWuhMRK+53LjSj3IozJmiVuLsshvZasvOGQ zzQyKjH+4fQIsdJs4uJVSqzKBPQc8m3TQ48OsNFVt2c/CdFIy67IhEFDYqwrZr81uuRm LY2oqKVo7EQwFHO7YWnWHQ5byYYmZc+yunwijJLLsrwZIHhTMtuBisd3wP6qoxk9JuDI 1YLz46rpEMy8sbqV7aWnXSMI8q43AgJ/NP82in6bpV7vdM1kODQcchVNnMJV3yLYgp2g zECg== X-Gm-Message-State: AOPr4FWEGpBUlVQnB5WlN10BW0fPwELU77Na/VH/RECYWOXpK+1MQwKQU5xtX221lua+Vg3JUw4T2rT0Sd8sQw== MIME-Version: 1.0 X-Received: by 10.112.63.136 with SMTP id g8mr2432298lbs.135.1462995872829; Wed, 11 May 2016 12:44:32 -0700 (PDT) Received: by 10.112.58.131 with HTTP; Wed, 11 May 2016 12:44:32 -0700 (PDT) In-Reply-To: References: <62ABBFDC-8662-48E5-A624-EAE609CDCBD0@FreeBSD.org> Date: Wed, 11 May 2016 21:44:32 +0200 Message-ID: Subject: Re: 10.3-STABLE - PF - possible regression in pf.conf set timeout interval From: Damien Fleuriot To: Luiz Otavio O Souza Cc: Kristof Provost , "freebsd-stable@freebsd.org" , Damien Fleuriot , Luiz Otavio O Souza Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2016 19:44:35 -0000 On 11 May 2016 at 21:41, Luiz Otavio O Souza wrote: > On Mon, May 9, 2016 at 12:15 PM, Kristof Provost wrote: > > > >> On 09 May 2016, at 16:58, Damien Fleuriot wrote: > >> > >> Since the upgrade, pf rules won't load anymore at boot time, nor even > >> manually with pfctl -f /etc/pf.conf : > >> # pfctl -f /etc/pf.conf > >> /etc/pf.conf:24: syntax error > >> pfctl: Syntax error in config file: pf rules not loaded > >> > >> The problematic line is : > >> set timeout interval 10 > >> > > I think that was broken by the commit which added ALTQ support for CoDe= l. > > > > It made =E2=80=98interval=E2=80=99 a keyword, and it looks like that br= eaks things for > you. > > > > I=E2=80=99ve cced loos so he can take a look. > > Damien, > > I was AFK in the past couple days, I'll look at this tonight. > > Luiz > Cheers Luiz, Do tell if I may be of help, got a building box at work I can use just for that ;)