corebgp icon indicating copy to clipboard operation
corebgp copied to clipboard

CoreBGP is a BGP library written in Go that implements the BGP FSM with an event-driven, pluggable model.

Results 8 corebgp issues
Sort by recently updated
recently updated
newest added

mp ipv4/ipv6 and add path to start

enhancement

Hello! First, let me thank you for this great package :) It helped me a lot recently. In Go 1.18 there will be a new netip package that contains a...

I'm evaluating corebgp for use in a small project. When I last looked at this package maybe a year ago I noticed that it had no native ability to decode...

Hi, thanks for the great project. We are trying to use it to communicate with AWS Transit Gateway Connect Attachment. In short, communication with the attachment happens over GRE. Inside...

My original issue what that I was seeing some BGP session close because of hold-timer expired on the remote end. This was due to the fact that I was consuming...

In the event you have two corebgp servers running in the same process, a data race can be created due to the logger being set as a package var: ```...