1
0
mirror of https://github.com/osrg/gobgp.git synced 2024-05-11 05:55:10 +00:00
ISHIDA Wataru 7ff862f3ee api/cli: support showing longer-prefix
$ gobgp global rib
    Network      Next Hop  AS_PATH  Age       Attrs
*>  10.0.0.0/24  0.0.0.0            00:00:01  [{Origin: ?}]

$ gobgp global rib 10.0.0.0/20
Network not in table

$ gobgp global rib 10.0.0.0/20 longer-prefix
    Network      Next Hop  AS_PATH  Age       Attrs
*>  10.0.0.0/24  0.0.0.0            00:00:01  [{Origin: ?}]

Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
2015-12-04 11:01:07 +09:00
2015-12-02 09:02:41 +09:00

GoBGP: BGP implementation in Go

Build Status Join the chat at https://gitter.im/osrg/gobgp Stories in Ready

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

Getting started

Installing GoBGP is quite easy (only two commands!):

$ go get github.com/osrg/gobgp/gobgpd
$ go get github.com/osrg/gobgp/gobgp

No dependency hell (library, package, etc) thanks to Go.

Documentation

Using GoBGP

Community, discussion and support

We have the the 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.

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