CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/07 05:21:24
Modified files:
usr.sbin/bgpd : rde.h rde_rib.c
Log message:
Improve path_calc_hash()
Includes other attributes into the hash calculation and also adjust
the the span of hashed elements of struct rde_aspath to exclude
aspa_generation. On top of this reshuffle the siphash calls to
work on 64bit values first and only then other sizes.
OK tb@
