> I don't believe that you can do that with a prefix-list statement.
> Tried doing it this way?
>
> policy-statement foo {
> from {
> 42.0.0.0/8 orlonger;
> }
> then {
> reject;
> }
> }
does not scale. i want to use the prefix-list in many policy
terms.
randy