diff options
Diffstat (limited to 'bgpd/bgp_peer.h')
-rw-r--r-- | bgpd/bgp_peer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_peer.h b/bgpd/bgp_peer.h index 049a3805..30e02323 100644 --- a/bgpd/bgp_peer.h +++ b/bgpd/bgp_peer.h @@ -139,6 +139,9 @@ struct peer /* Peer specific RIB when configured as route-server-client. */ struct bgp_table *rib[AFI_MAX][SAFI_MAX]; + /* Packet receive buffer. */ + struct stream *ibuf; + /* Status of the peer. */ int status; int ostatus; |