CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/10/01 05:49:24
Modified files: usr.sbin/bgpd : bgpd.c bgpd.h config.c control.c parse.y pfkey.c printconf.c session.c session.h Log message: Rework the pfkey and tcp md5 API to not depend on struct peer. Instead use struct auth_config and struct auth_state in the pfkey calls and those tcp_md5 calls where it matters. This is preparation work to allow RTR to use TCP MD5 as well. OK tb@