>
> 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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to