Arthur de Kerhor 08529d6cc4 Make sure the TCP connection is closed when a peer is deleted
It could be that a peer gets deleted and added back during the
transition from active state to open confirm. In that case, the TCP
connection from the old version of the peer could still be up. This
is a problem if the server is a listener only as the remote peer
would consider the old TCP connection as being valid and it won't
be able to connect until the TCP connection is eventually cleaned
by the Golang GC.
2023-12-04 13:32:37 +01:00
2023-12-01 14:04:43 +09:00
2023-10-31 22:42:13 +09:00
2018-07-07 20:44:25 +09:00
2023-09-27 17:18:03 +05:30
2023-10-31 23:03:31 +09:00
2022-09-20 14:12:24 +09:00

GoBGP: BGP implementation in Go

Go Report Card Tests Go Reference Releases LICENSE

GoBGP is an open source Border Gateway Protocol (BGP) implementation designed from scratch for modern environment and implemented in a modern programming language, the Go Programming Language.


Install

Try a binary release.

Documentation

Using GoBGP

Externals

Community, discussion and support

We have the Slack for questions, discussion, suggestions, etc.

You have code or documentation for GoBGP? Awesome! Send a pull request. No CLA, board members, governance, or other mess. See BUILD.md for info on code contributing.

Licensing

GoBGP is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

S
Description
No description provided
Readme
46 MiB
Languages
Go 76.4%
Python 20.4%
Shell 3%
Makefile 0.1%