Jim Bloom <[EMAIL PROTECTED]> writes:

> On the old version of current this expands to
> 
>       add pass tcp from 192.168.2.5:255.255.254.0 to any 25 setup
> 
> but on a new version of current this expands to
> 
>       add pass tcp from 192.168.2.5 : 255.255.254.0 to any 25 setup

You might wish to try this:

/----
| #define rule(ADDR,MASK) \
| add pass tcp from ADDR ## : ## MASK to any 25 setup
| 
| rule(192.168.2.5,255.255.254.0)
\----

Does it do what you want?  Somewhat clumsy, but it does seem to work.

kai
-- 
~/.signature: No such file or directory


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to