CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/09 08:50:34
Modified files:
usr.sbin/bgpd : rde.h rde_rib.c
Log message:
Instead of calling SipHash24_Update() in path_hash for each element of
struct rde_aspath define aspath_hashstart and aspath_hashend and update
all values in one call. Inspired by struct process and its ps_startcopy.
OK deraadt@
