On poll() failure we want to skip pollfd related action but the signal
authorclaudio <claudio@openbsd.org>
Sun, 23 Jan 2022 11:59:40 +0000 (11:59 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 23 Jan 2022 11:59:40 +0000 (11:59 +0000)
commit62af241786ef4955a5ec8d1dc7a1b246d65fac5e
treeb5799e1d6ef1c8ce0330eeb4802ae63f2f962833
parent3a179bed8c1fad815657d46a561dd66c47c2be9c
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@
usr.sbin/bgpd/bgpd.c