Re: bgpd flowspec parser

2023-04-18 Thread Claudio Jeker
On Tue, Apr 18, 2023 at 12:52:00PM +0200, Theo Buehler wrote: > On Tue, Apr 18, 2023 at 11:29:26AM +0200, Claudio Jeker wrote: > > This diff adds the parse.y and config.c bits for flowspec. > > I tried to make flowspec rules as similar to pf rules (even though > > flowspec is more flexible). > > >

Re: bgpd flowspec parser

2023-04-18 Thread Theo Buehler
On Tue, Apr 18, 2023 at 11:29:26AM +0200, Claudio Jeker wrote: > This diff adds the parse.y and config.c bits for flowspec. > I tried to make flowspec rules as similar to pf rules (even though > flowspec is more flexible). > > Now this diff does nothing in itself but is already large enough to not

bgpd flowspec parser

2023-04-18 Thread Claudio Jeker
This diff adds the parse.y and config.c bits for flowspec. I tried to make flowspec rules as similar to pf rules (even though flowspec is more flexible). Now this diff does nothing in itself but is already large enough to not add more to it. In parse.y the individual flowspec components are built