github.com/osrg/gobgp@v2.0.0+incompatible/README.md (about)

     1  # GoBGP: BGP implementation in Go
     2  
     3  [![Build Status](https://travis-ci.org/osrg/gobgp.svg?branch=master)](https://travis-ci.org/osrg/gobgp/builds)
     4  [![Slack Status](https://slackin-gobgp.now.sh/badge.svg)](https://slackin-gobgp.now.sh/)
     5  
     6  GoBGP is an open source BGP implementation designed from scratch for
     7  modern environment and implemented in a modern programming language,
     8  [the Go Programming Language](http://golang.org/).
     9  
    10  ----
    11  
    12  ## Install
    13  
    14  Try [a binary release](https://github.com/osrg/gobgp/releases/latest).
    15  
    16  ## Documentation
    17  
    18  ### Using GoBGP
    19  
    20  - [Getting Started](docs/sources/getting-started.md)
    21  - CLI
    22    - [Typical operation examples](docs/sources/cli-operations.md)
    23    - [Complete syntax](docs/sources/cli-command-syntax.md)
    24  - [Route Server](docs/sources/route-server.md)
    25  - [Route Reflector](docs/sources/route-reflector.md)
    26  - [Policy](docs/sources/policy.md)
    27  - Zebra Integration
    28    - [FIB manipulation](docs/sources/zebra.md)
    29    - [Equal Cost Multipath Routing](docs/sources/zebra-multipath.md)
    30  - [MRT](docs/sources/mrt.md)
    31  - [BMP](docs/sources/bmp.md)
    32  - [EVPN](docs/sources/evpn.md)
    33  - [Flowspec](docs/sources/flowspec.md)
    34  - [RPKI](docs/sources/rpki.md)
    35  - [Managing GoBGP with your favorite language with gRPC](docs/sources/grpc-client.md)
    36  - [Using GoBGP as a Go Native BGP library](docs/sources/lib.md)
    37  - [Graceful Restart](docs/sources/graceful-restart.md)
    38  - [Additional Paths](docs/sources/add-paths.md)
    39  - [Peer Group](docs/sources/peer-group.md)
    40  - [Dynamic Neighbor](docs/sources/dynamic-neighbor.md)
    41  - [eBGP Multihop](docs/sources/ebgp-multihop.md)
    42  - [TTL Security](docs/sources/ttl-security.md)
    43  - Data Center Networking
    44    - [Unnumbered BGP](docs/sources/unnumbered-bgp.md)
    45  
    46  ### Externals
    47  
    48  - [Tutorial: Using GoBGP as an IXP connecting router](http://www.slideshare.net/shusugimoto1986/tutorial-using-gobgp-as-an-ixp-connecting-router)
    49  
    50  ## Community, discussion and support
    51  
    52  We have the [Slack](https://slackin-gobgp.mybluemix.net/) and [mailing
    53  list](https://lists.sourceforge.net/lists/listinfo/gobgp-devel) for
    54  questions, discussion, suggestions, etc.
    55  
    56  You have code or documentation for GoBGP? Awesome! Send a pull
    57  request. No CLA, board members, governance, or other mess. See [`BUILD.md`](BUILD.md) for info on
    58  code contributing.
    59  
    60  ## Licensing
    61  
    62  GoBGP is licensed under the Apache License, Version 2.0. See
    63  [LICENSE](https://github.com/osrg/gobgp/blob/master/LICENSE) for the full
    64  license text.