CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/30 10:06:33
Modified files:
usr.sbin/bgpd : rde_update.c
Log message:
Simplify up_generate_updates()
Instead of using new == NULL or new != NULL in combination with an again
label to steer the control flow of this function, switch to using a while
loop and break/continue/return. Simplified version of a diff by claudio.
ok claudio
