Re: bgpd first bunch of flowspec code

2023-04-17 Thread Theo Buehler
On Thu, Apr 13, 2023 at 03:35:33PM +0200, Claudio Jeker wrote: > If you have better suggestions on how to work with such a blob I'm happy > to hear. I tried to keep the madness in one place and have a mostly sane > API on top. I see and understand that and you did that wrapping probably as nicely

Re: bgpd first bunch of flowspec code

2023-04-13 Thread Claudio Jeker
On Thu, Apr 13, 2023 at 02:17:48PM +0200, Theo Buehler wrote: > On Wed, Apr 12, 2023 at 05:33:10PM +0200, Claudio Jeker wrote: > > This is the first big amount of flowspec specific code. > > It adds a new file (flowspec.c) which exposes basic API functions to work > > with flowspec. Right now apart

Re: bgpd first bunch of flowspec code

2023-04-13 Thread Theo Buehler
On Wed, Apr 12, 2023 at 05:33:10PM +0200, Claudio Jeker wrote: > This is the first big amount of flowspec specific code. > It adds a new file (flowspec.c) which exposes basic API functions to work > with flowspec. Right now apart from the regress test nothing uses these > functions (but don't worry

bgpd first bunch of flowspec code

2023-04-12 Thread Claudio Jeker
This is the first big amount of flowspec specific code. It adds a new file (flowspec.c) which exposes basic API functions to work with flowspec. Right now apart from the regress test nothing uses these functions (but don't worry I have other diffs which make use of them). Flowspec encoding is supe