CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/26 08:49:56
Modified files:
usr.sbin/bgpd : Makefile session.c session.h
Added files:
usr.sbin/bgpd : session_bgp.c
Log message:
Split out the BGP session code from session.c into its own file session_bgp.c
This includes some necessary adjustments to make this split possible
and code got reshuffled as well.
OK tb@
