Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 3.42 KB

README.md

File metadata and controls

80 lines (62 loc) · 3.42 KB

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.


Fork Info

Forked to resolve RFC6369 Section-4.3.4 incompatability issues.

Modified packages:

  • BGP:
    • @todo list of changes
  • MRT:
    • @todo list of changes

Changes made within the repo only resolve workflow of the above modified packages. The rest of the repo is broken and unusable. Changes might not be optimal or usuable in all possible scenarios.

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.