CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/21 06:33:41
Modified files: usr.sbin/bgpd : control.c session.c session.h Log message: Pass the message to bgp_fsm as argument instead of stashing it in rptr. This fixes many XXX in the parser functions since we now pass ibufs around. OK tb@