Re: [j-nsp] route-filter

From: Randy Bush (randy@psg.com)
Date: Sun Dec 23 2001 - 17:15:42 EST


to steal your text, can one not say it a bit more simply as

    policy-statement no-bogons {
        term prefix-length-tests {
            from {
                route-filter 0.0.0.0/1 prefix-length-range /20-/32;
                route-filter 128.0.0.0/2 prefix-length-range /17-/32;
                route-filter 192.0.0.0/3 prefix-length-range /29-/32;
                route-filter 224.0.0.0/3 orlonger;
                }
            then reject;
            }
        term final {
            then next policy;
            }
        }

randy



This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:38 EDT