Re: bgpd handle flowspec in update path

2023-04-19 Thread Theo Buehler
On Wed, Apr 19, 2023 at 09:23:01AM +0200, Claudio Jeker wrote: > Add handling for flowspec in the update path. > > Flowspec has no nexthop so adjust up_prep_adjout() to handle a NULL nexthop. > Add the MP_REACH encoding in up_generate_mp_reach for flowspec. ok tb

bgpd handle flowspec in update path

2023-04-19 Thread Claudio Jeker
Add handling for flowspec in the update path. Flowspec has no nexthop so adjust up_prep_adjout() to handle a NULL nexthop. Add the MP_REACH encoding in up_generate_mp_reach for flowspec. -- :wq Claudio Index: rde_update.c =