CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/01/14 01:29:26

Modified files:
        usr.sbin/bgpd  : rde_decide.c 

Log message:
Cleanup prefix_cmp() a bit. Make sure that the return value can not overflow
the int type by doing calculations on bigger types. Instead just do a > and <
check. Also improve the remote_addr test by using the same address comparison
as in other places.
OK benno@

Reply via email to