CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/08/03 08:10:39
Modified files: usr.sbin/bgpd : rde.c Log message: Reshuffle the way bgpd does the softreload after filter changes. Walk each rib at most once and push it from there to all RIBs or peers that need the update. Makes the logic more streight and so easier to run in background. Tested by and OK phessler@