Re: Near-term pf plans

2015-09-05 Thread Kristof Provost
> On 05 Sep 2015, at 23:17, Niels wrote: > > >> On 24 Aug 2015, at 18:16, Kristof Provost wrote: >> - PR 202351 This is a panic after ip6 reassembly in pf. We set the rcvif to NULL when refragmenting. That seems to go OK execpt when we're refragmenting broadcast/multicast

Re: Near-term pf plans

2015-09-05 Thread Niels
> On 24 Aug 2015, at 18:16, Kristof Provost wrote: > >>> - PR 202351 >>> This is a panic after ip6 reassembly in pf. We set the rcvif to NULL >>> when refragmenting. That seems to go OK execpt when we're refragmenting >>> broadcast/multicast packets in the forwarding path. It's not at all >>> cl

Re: Near-term pf plans

2015-08-26 Thread Ermal Luçi
On Wed, Aug 26, 2015 at 1:43 PM, Kristof Provost wrote: > On 2015-08-25 19:56:59 (+0200), Ermal Luçi wrote: > > On Sun, Aug 23, 2015 at 5:09 PM, Kristof Provost wrote: > > > > >I'm inclined to say that ifgroups and interfaces should share a > > >namespace. That would certainly help pf,

Re: Near-term pf plans

2015-08-26 Thread Kristof Provost
On 2015-08-25 19:56:59 (+0200), Ermal Luçi wrote: > On Sun, Aug 23, 2015 at 5:09 PM, Kristof Provost wrote: > > >I'm inclined to say that ifgroups and interfaces should share a > >namespace. That would certainly help pf, because it uses both > >interchangeably, which just doesn't wor

Re: Near-term pf plans

2015-08-25 Thread Ermal Luçi
On Sun, Aug 23, 2015 at 5:09 PM, Kristof Provost wrote: > Hi, > > Some of you may have noticed that I fixed a couple of pf issues (or in > some cases broke things. Sorry Allan.) recently. > > Here's a quick list of my current priorities: > > - PR 127042, 202178: >This is a panic when an inte

Re: Near-term pf plans

2015-08-24 Thread Kristof Provost
> On 24 Aug 2015, at 17:33, Markus Gebert wrote: > >> On 23.08.2015, at 17:09, Kristof Provost wrote: >> >> - PR 202351 >> This is a panic after ip6 reassembly in pf. We set the rcvif to NULL >> when refragmenting. That seems to go OK execpt when we're refragmenting >> broadcast/multicast p

Re: Near-term pf plans

2015-08-24 Thread Markus Gebert
Hi Kristof > On 23.08.2015, at 17:09, Kristof Provost wrote: > > - PR 202351 > This is a panic after ip6 reassembly in pf. We set the rcvif to NULL > when refragmenting. That seems to go OK execpt when we're refragmenting > broadcast/multicast packets in the forwarding path. It's not at al

Near-term pf plans

2015-08-23 Thread Kristof Provost
Hi, Some of you may have noticed that I fixed a couple of pf issues (or in some cases broke things. Sorry Allan.) recently. Here's a quick list of my current priorities: - PR 127042, 202178: This is a panic when an interface an ifgroup have the same name. There's a fix for the immediate p