CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/12/09 06:50:41
Modified files: usr.sbin/bgpd : pfkey.c session.c session.h Log message: The PF_KEY socket is like the routing socket. It must be polled all the time to consume broadcasted messages or the socket gets full and own messages that are needed are lost. This fixes an infinit loop in pfkey_reply that happens when bgpd tcp md5sum is used on a system that also runs a larger IPsec setup. OK henning, lot of patience, debuging and testing by Thomas Boernert