Kristof Provost
2016-May-09 15:15 UTC
10.3-STABLE - PF - possible regression in pf.conf set timeout interval
> On 09 May 2016, at 16:58, Damien Fleuriot <ml at my.gd> 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 CoDel. It made ?interval? a keyword, and it looks like that breaks things for you. I?ve cced loos so he can take a look. Regards, Kristof
Luiz Otavio O Souza
2016-May-11 19:41 UTC
10.3-STABLE - PF - possible regression in pf.conf set timeout interval
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 CoDel. > > It made ?interval? a keyword, and it looks like that breaks things for you. > > I?ve cced loos so he can take a look.Damien, I was AFK in the past couple days, I'll look at this tonight. Luiz