On Thu, Sep 13, 2018 at 05:16:21AM -0600, Claudio Jeker wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   clau...@cvs.openbsd.org 2018/09/13 05:16:21
> 
> Modified files:
>       usr.sbin/bgpd  : parse.y printconf.c 
> 
> Log message:
> ROA entires are allowing to define a prefix with a maxlen.
> In the end this is just another way to specify a prefixlen range
> and kind of an or-longer case with an upper limit.
> So these two prefix statements are equivalent:
> prefix 10.0.0.0/8 prefixlen 8 - 24
> prefix 10.0.0.0/8 maxlen 24
> While there also make 'prefixlen = 17' a OP_RANGE and because of that also
> usable in prefix-set tables. Finally adjust printconf.c for those to
> changes to print them nicely.
> OK phessler@

And OK job@ 

-- 
:wq Claudio

Reply via email to