CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/12 09:49:56
Modified files:
usr.sbin/bgpd : session.c mrt.c config.c rde.c name2id.c
Log message:
Replace hand-rolled list foreach loops with corresponding FOREACH_SAFE
In most cases this is obvious the tricky ones are in name2id.c where
the cleaned up code is a fair bit easier to read.
OK tb@
