Selon Daniel Hartmeier <[EMAIL PROTECTED]>:
> The parser doesn't yet support such netmasks, you'll have to manually
> expand to all combinations, using a table makes evaluation faster:
>
> table <foo> const { 145.238.0.0, 145.238.1.0, 145.238.2.0, ...
> 145.238.254.0, 145.238.255.0 }
> block to <foo>Allright, this confirms what I though. Thanks a bunch! Regards, -- Antoine
