CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/18 01:08:19
Modified files:
usr.sbin/rpki-client: ip.c
Log message:
rpki-client: rework ip_addr_check_overlap()
Avoid conditional early returns and significantly simplify the printing
of ip addresses/ranges by using the new ip_warn(). This also eliminates
an extremely weird usage of the comma operator and reduces noise levels
quite a bit.
ok claudio job
