CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/18 09:49:22
Modified files:
usr.sbin/bgpd : parse.y
Log message:
Various fixes to the flowspec parser
- handle PROTO proto_item like PROTO { proto_item }.
- The LENGTH spec needs to be adjusted, curflow->type needs to be set
before evaluating lengthspec.
- Twice $$ is used in error checking before $$ was set. Use $1 instead.
- extra semicolon after flags
OK tb@
