CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/23 07:09:03
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h kroute.c session.c
Log message:
Move struct kif from bgpd.h to kroute.c
The only user of struct kif was the session engine for the 'depend on'
feature. Switch the imsg exchange to a new struct session_dependon and
rename the IMSG as well.
OK tb@
