CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/07/31 02:04:49
Modified files: usr.sbin/bgpd : rde.c Log message: There is no longer the need to be careful in rde_softreconfig_in() when traversing the prefix list. Since a while Adj-RIB-In is fully independent and so updating the local RIB does not modify that list. OK benno@