CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/15 10:00:38
Modified files:
usr.sbin/bgpd : pfkey.c
Log message:
Prevent busy poll loop on pfkey message error.
When pfkey_reply() detects an error in a message it needs to flush that
message out of the buffer because pfkey_read() only did a peak read.
OK tb@
