OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Sat Jul 03 2004 - 12:20:00 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2004/07/03 11:20:00

Modified files:
        usr.sbin/bgpd : bgpd.c bgpd.h buffer.c mrt.c mrt.h parse.y
                         printconf.c rde.c session.c

Log message:
Switch mrt dumping to fd passing. This gives some speed up when extensive
dumping is done. Acctually mrt dumps were broken because of the fd passing.
The nice side effect is a much cleaner code, especially in the parent process.
OK henning