CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/12/16 03:35:02
Modified files: usr.sbin/bgpd : rde.c Log message: Instead of passing the peer id down to peer specific functions do the lookup in the imsg handler and pass a struct rde_peer pointer to those functions. OK denis@