CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/18 06:11:27
Modified files:
usr.sbin/bgpd : bgpd.h config.c parse.y
Log message:
Implement the parser bits to process flowspec rules. Heavily inspired by
pfctl, in bgpd flowspec rules are written like pf rules (with a few
exceptions / extensions). As a result not all flowspec features are
available but that is OK.
OK tb@
