CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/10/18 06:24:51
Modified files: usr.sbin/bgpd : session.c Log message: Initalize last_updown in init_peer() so that it is reported correctly for peers that never managed to establish a connection. OK tb@