CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/19 03:31:58
Modified files:
usr.sbin/bgpd : flowspec.c
Log message:
Remove usage of fatalx() in here. This code will be shared with bgpctl.
In flowspec_cmp() make sure a deterministic sort is possible. Most error
cases are unreachable if flowspec NLRI are validated first (flowspec_valid).
In flowspec_valid() replace the assert like check with an error return.
OK tb@
