CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2016/12/19 00:19:55
Modified files: usr.sbin/bgpd : session.c Log message: In parse_header() not all of the bgp message may be in the buffer yet so move the MRT msg dump to session_process_msg() after the point the full message is in the read buffer. Bug found and fix tested by Ian Bobbitt