CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/01/14 05:24:23
Modified files: usr.sbin/bgpd : rde_rib.c Log message: Revert part of rev 1.266 and clear PREFIX_FLAG_STALE on update and withdraw This fixes an issue with add-path since that code uses PREFIX_FLAG_STALE to temporarily mark the prefixes in the Adj-RIB-Out as stale and then after doing the update of the rib a 2nd pass withdraws all prefixes that still are marked stale. Problem reported by Pier Carlo Chiodi (pierky) OK tb@