Re: pf rule sintax (newbie)

2003-03-10 Thread thebiMbo
No, you cannot use negated lists. They would always match in one or the other way. Short, it wouldnt do what you want to achieve there. Use { !1.2.3.4/32, !2.1.0.0/24} Sure, i've already done that, thanks. Anyway i think that syntax interpreted as you've done could be an improvement in easing

Re: pf rule sintax (newbie)

2003-03-10 Thread Philipp Buehler - sysfive.com GmbH
On 10/03/2003, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote To [EMAIL PROTECTED]: I'm almost totally new to pf. I'v noticed that this syntax is not accepted: Ext_If = rl0 MyVar = { 1.2.3.4/32, 2.1.0.0/24 } pass in on $Ext_If from any to !$MyVar I think this should be a honest

Re: pf rule sintax (newbie)

2003-03-10 Thread Philipp Buehler - sysfive.com GmbH
On 10/03/2003, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote To Philipp Buehler - sysfive.com GmbH: Use { !1.2.3.4/32, !2.1.0.0/24} Sure, i've already done that, thanks. Anyway i think that syntax interpreted as you've done could be an improvement in easing the ruleset of pf.conf file. Well,

Re: pf rule sintax (newbie)

2003-03-10 Thread Cedric Berger
[EMAIL PROTECTED] wrote: I'm almost totally new to pf. I'v noticed that this syntax is not accepted: Ext_If = rl0 MyVar = { 1.2.3.4/32, 2.1.0.0/24 } pass in on $Ext_If from any to !$MyVar beware of rule expansion. PF would expand that to: pass in on $Ext_If from any to !1.2.3.4/32