CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/17 11:59:59
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
Neither sin_len nor sin6_len can be 0 so these checks are not needed.
Also reorder the RTF_HOST vs netmask check. RTF_HOST wins if both are set.
Makes the code a bit neater.
OK tb@
