Re: Wrong order in rc.d (pf and ipv6)

2007-09-18 Thread Cristian KLEIN
Mohacsi Janos wrote: > Hi Henri, > I am not on the list of freebsd-net therefore I send you off list > the answers. FreeBSD-pf team rather reluctant to change the order. I > sent a PR about this a while ago: > http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/113650 > > Solution is use "(if_name)

Re: Wrong order in rc.d (pf and ipv6)

2007-08-26 Thread Kevin Oberman
> Date: Sat, 25 Aug 2007 21:46:11 -0700 (PDT) > From: Doug Barton <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Thu, 23 Aug 2007, Henri Hennebert wrote: > > > Hello, > > > > I notice that after a reboot, my pf rules don't take the ipv6 address > > (managed with ipv6_ifconfig_rl0="2001:.

Re: Wrong order in rc.d (pf and ipv6)

2007-08-25 Thread Doug Barton
On Thu, 23 Aug 2007, Henri Hennebert wrote: 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? The consensus was that all fi

Re: Wrong order in rc.d (pf and ipv6)

2007-08-24 Thread Henri Hennebert
Mohacsi Janos wrote: Hi Henri, I am not on the list of freebsd-net therefore I send you off list the answers. FreeBSD-pf team rather reluctant to change the order. I sent a PR about this a while ago: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/113650 Solution is use "(if_name)" in pf r

Re: Wrong order in rc.d (pf and ipv6)

2007-08-24 Thread Mohacsi Janos
Hi Henri, I am not on the list of freebsd-net therefore I send you off list the answers. FreeBSD-pf team rather reluctant to change the order. I sent a PR about this a while ago: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/113650 Solution is use "(if_name)" in pf rules. pf will use after i

Wrong order in rc.d (pf and ipv6)

2007-08-23 Thread Henri Hennebert
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 ___