Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: bgpd.conf.5 adjust origin-set description
To:
tech@openbsd.org
Date:
Fri, 15 Mar 2024 21:28:31 +1000

Download raw body.

Thread
On Fri, Mar 15, 2024 at 12:22:23PM +0100, Claudio Jeker wrote:
> origin-sets are equivalent to the global roa-set. As with roa-set the
> maxlen argument is optional so copy the roa-set markup to origin-set.
> 
> Old output:
>     origin-set name { address/len maxlen mlen source-as asn ... }
> New output:
>     origin-set name { address/len [maxlen mlen] source-as asn ... }

ok tb

> 
> -- 
> :wq Claudio
> 
> Index: bgpd.conf.5
> ===================================================================
> RCS file: /cvs/src/usr.sbin/bgpd/bgpd.conf.5,v
> diff -u -p -r1.237 bgpd.conf.5
> --- bgpd.conf.5	13 Oct 2023 07:37:35 -0000	1.237
> +++ bgpd.conf.5	15 Mar 2024 07:39:32 -0000
> @@ -473,7 +473,9 @@ aspa-set {
>  .Pp
>  .It Xo
>  .Ic origin-set Ar name
> -.Ic { Ar address Ns Li / Ns Ar len Ic maxlen Ar mlen Ic source-as Ar asn ... Ic }
> +.Ic { Ar address Ns Li / Ns Ar len
> +.Op Ic maxlen Ar mlen
> +.Ic source-as Ar asn ... Ic }
>  .Xc
>  An
>  .Ic origin-set
>