On Wed, 2006-11-29 at 18:11 +0200, Sergey Prisyazhniy wrote:
>       Hello guys, I have one little question: 
>               
>               how can I automaticaly initialize pf rules
>               without making subj interfaces specification in /etc/pf.conf
>               by hands? 
>       
>       Thank you very much for your help, Sergey. 
> 
> hint: pf.conf.rules ? 

dont know if I understand this correctly but:

use macros in pf.conf

int_if=fxp0

pass in on $int_if

or use groups

ifconfig fxp0 group internal

pass in on internal

HTH

Luca

Reply via email to