From: Igor Putovny Date: Wed, 28 May 2025 10:44:22 +0000 (+0200) Subject: Add buffer for missing capabilities message to bgp_conn X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818028b4c9b9a19f0cc0c3225d6047b02a13da6a;p=thirdparty%2Fbird.git Add buffer for missing capabilities message to bgp_conn --- diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 515ef2754..ddef0390b 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -349,6 +349,8 @@ struct bgp_conn { byte *notify_data; uint hold_time, keepalive_time, send_hold_time; /* Times calculated from my and neighbor's requirements */ + + byte buf[8]; /* Buffer for missing capabilities message */ }; struct bgp_proto {