CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/17 02:02:21
Modified files:
usr.sbin/bgpd : Makefile bgpd.h util.c
Added files:
usr.sbin/bgpd : flowspec.c
Log message:
Implement a basic API to work with flowspec NLRI.
Flowspec is excessivly flexible and large so there is no way to convert
the flowspec data into a struct bgpd_addr and it is better to keep it in
wireformat and add a few functions to validate and extract information
from the NLRI encoding.
OK tb@
