]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Add buffer for missing capabilities message to bgp_conn
authorIgor Putovny <igor.putovny@nic.cz>
Wed, 28 May 2025 10:44:22 +0000 (12:44 +0200)
committerIgor Putovny <igor.putovny@nic.cz>
Wed, 28 May 2025 10:58:31 +0000 (12:58 +0200)
proto/bgp/bgp.h

index 515ef2754c74f26fdee6c84f0070f706775039ca..ddef0390b0f50bba4790fdade5d3d7978a3174f2 100644 (file)
@@ -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 {