Re: bgpd mrt support for flowspec

2023-04-19 Thread Theo Buehler
On Wed, Apr 19, 2023 at 10:49:38AM +0200, Claudio Jeker wrote: > Implement the minimum to support flowspec in mrt mp table dumps. > This adds a dummy nexthop encoding for flowspec (there is no nexthop). > > Not sure if this matters (dumping tables in anything than the v2 table > format for non-IPv

bgpd mrt support for flowspec

2023-04-19 Thread Claudio Jeker
Implement the minimum to support flowspec in mrt mp table dumps. This adds a dummy nexthop encoding for flowspec (there is no nexthop). Not sure if this matters (dumping tables in anything than the v2 table format for non-IPv4/IPv6 prefixes is not common) but it prevents a log_warnx() if used. --