CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/01/11 07:11:03
Modified files: usr.sbin/bgpd : session.c Log message: Clear the last_sent_errcode, last_rcvd_errcode and last_reason when the session comes up instead of at the start of a connect. With this the last errors reported should stick around longer. Reported by linx.net, OK job@