FUJITA Tomonori aef984c85c test/aspath: check accepted and received numbers
make sure that an adj-rib return the accepted and received numbers
when it has an as-looped path.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2018-05-28 22:25:52 +09:00
2017-12-16 20:00:22 +09:00
2018-04-10 14:02:29 +09:00
2018-04-13 15:05:14 +09:00
2014-09-13 18:51:58 -07:00
2018-04-02 16:16:01 +09:00
2018-05-01 22:08:22 +09:00

GoBGP: BGP implementation in Go

Build Status Slack Status

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


To start using GoBGP

Try a binary release.

To start developing GoBGP

You need a working Go environment (1.9 or newer).

$ go get -u github.com/golang/dep/cmd/dep
$ go get github.com/osrg/gobgp
$ cd $GOPATH/src/github.com/osrg/gobgp && dep ensure

Documentation

Using GoBGP

Externals

Community, discussion and support

We have the Slack and mailing list 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.

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%