Re: bgpd add flowspec support to rde_prefix.c

2023-04-18 Thread Theo Buehler
On Tue, Apr 18, 2023 at 03:38:12PM +0200, Claudio Jeker wrote: > Extend the pt_entry api to handle flowspec. > Introduce pt_get_flow() and pt_add_flow() to lookup and insert flowspec > objects. Add pt_getflowspec() which works somewhat similar to pt_getaddr() > to extract the flowspec NLRI from a p

bgpd add flowspec support to rde_prefix.c

2023-04-18 Thread Claudio Jeker
Extend the pt_entry api to handle flowspec. Introduce pt_get_flow() and pt_add_flow() to lookup and insert flowspec objects. Add pt_getflowspec() which works somewhat similar to pt_getaddr() to extract the flowspec NLRI from a pt_entry. There is a hack in pt_getaddr() to return something. This is