CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/21 06:11:33
Modified files:
usr.sbin/bgpd : session.c
Log message:
Use ibuf_write() to send BGP messages to peers instead of msgbuf_write().
This code does not need to pass fds so there is no need to call msgbuf_write.
OK tb@
