Date: Sun, 20 Sep 2009 01:01:16 -0500 From: "Sam Fourman Jr." <sfourman@gmail.com> To: RW <rwmaillists@googlemail.com> Cc: freebsd-questions@freebsd.org Subject: Re: How to get pf to wait for ng0 Message-ID: <11167f520909192301j67264900n5559d4b9d2320210@mail.gmail.com> In-Reply-To: <20090920054709.0d8d9330@gumby.homeunix.com> References: <11167f520909192030g7417c27as8555f7c8fcb8ac4a@mail.gmail.com> <20090920054709.0d8d9330@gumby.homeunix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>
> Take a look at what /etc/rc.d/ppp does
>
> Probably you need a script that runs after ng0 comes up and does
> something similar.
I found this, can I just paste it into /usr/local/etc/rc.d/mpd ? I am
not very versed in shell scripting
ppp_poststart()
{
# Re-Sync ipfilter and pf so they pick up any new network interfaces
#
/etc/rc.d/ipfilter quietresync
/etc/rc.d/pf quietresync
}
Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11167f520909192301j67264900n5559d4b9d2320210>
