CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/04 06:42:11
Modified files:
usr.sbin/bgpd : config.c
Log message:
Rework roa_cmp() so that the result does not depend on the endianess of
the system. While at use memcmp in prefixset_cmp() as well for address
checks.
OK florian@
