CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/11 12:26:11
Modified files:
usr.sbin/bgpd : rde.h rde_adjout.c
Log message:
PREFIX_ADJOUT_FLAG_DEAD is no longer needed and can be replaced with
a check that the attrs pointer is NULL. Refactor the code now a bit
since the logic got a bit simpler.
OK tb@
