CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/01/23 04:59:41
Modified files: usr.sbin/bgpd : bgpd.c Log message: On poll() failure we want to skip pollfd related action but the signal delivery checks at the end still need to happen. So that on EINTR bgpd processes reconfigure or mrt files ASAP. Fix for mrt integration tests. Reported by and ok anton@