CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/13 05:29:10
Modified files:
usr.sbin/bgpd : session.c
Log message:
Fold all the listener handling in RECONF_DONE into setup_listeners()
This moves the removal of old listeners, addition of new listeners and
setup of listeners into one common place.
OK tb@
