gobgp icon indicating copy to clipboard operation
gobgp copied to clipboard

BGP implemented in the Go Programming Language

Results 244 gobgp issues
Sort by recently updated
recently updated
newest added

[[neighbors]] [neighbors.config] ... auth-password = "123" kernel: [ 1499.654001] TCP: MD5 Hash failed for (192.168.189.3, 64698)->(192.168.189.184, 179) $ grep MD5SIG /boot/config-$(uname -r) CONFIG_TCP_MD5SIG=y help

Hello. We encountered a segmentation violation when asking gobgp 3.6.0 the Adj-RIB-In of a neighbor for address family LS. The problem was the same with the 3.4.0 version. We receive...

The FSM has the right decoding options. First, we change the `marshallingOptions` field to a slice instead of a single option for consistency with the remaining of the code (`Serialize()`...

Hi GoBGP team, Thanks for your great progress on developing GoBGP. Do you have any plans about implementing BFD natively in GoBGP? Direct and multihop sessions may be quite useful...

Hello! Thank you for progress on developing GoBGP! Do you have any plans about implementing BFD? It may be quite useful for multihop sessions established over non so reliable channels.

How can I get prefixes that are pending deletion from the BGP routing table?

hello, Are there any plans to support color-only aware bgp-SR-TE policies as defined in https://datatracker.ietf.org/doc/html/draft-ietf-spring-segment-routing-policy#section-8. At this time ,if i read the code correctly the color is always 00 (type...

First, thank you for this tool, it's great! (Side note, I'm especially looking forward to how the `rustybgp` server comes along! 😄) While experimenting with a simple BGP setup, we...

To get the total route count we have `gobgp global rib summary` similarly, if I wanted to get only the routes with /24 subnet, which command can we use.

Do you know if there is currently support in place for monitoring the Adj-RIB-Out of a `gobgp` router connected to to a BMP collector via a BMP session? If not,...