index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
api
Age
Commit message (
Expand
)
Author
2015-05-19
cli: update bash-completion for show commands of policy
Naoto Hanaue
2015-05-19
cli: support the AsPathLength to display in routing policy
Naoto Hanaue
2015-05-19
cli: add the show command for routing policy of neighbor
Naoto Hanaue
2015-05-19
cli: add the show command for the routing policy
Naoto Hanaue
2015-05-19
cli: add the show command for the neighbor conditions
Naoto Hanaue
2015-05-11
cli: add the commands for the policy of the prefix operation
Naoto Hanaue
2015-05-10
api/gobgp: show multiprotocol capabilities in detail
ISHIDA Wataru
2015-05-08
cli: show configured and negotiated holdtime and keepalive interval
FUJITA Tomonori
2015-05-01
api/packet: add extended community/rt nlri structure to api
ISHIDA Wataru
2015-04-30
api: regenerate gobgp.pb.go to adapt the latest grpc implementation
Soramichi Akiyama
2015-04-25
table: add support for encapsulation nlri
ISHIDA Wataru
2015-04-25
bgp: add RFC5512 related message serializer/decoder
ISHIDA Wataru
2015-04-15
api: add a method to convert internal structs to protobuf structs
ISHIDA Wataru
2015-04-14
api: use gRPC instead of REST
ISHIDA Wataru
2015-04-04
api/server: add apis to add/delete routes to/from global rib
ISHIDA Wataru
2015-04-04
api: return error for invalid route family table
FUJITA Tomonori
2015-03-21
api: add EVPN route family support
Yuji Oshima
2015-03-20
api/cli: add show global command
ISHIDA Wataru
2015-03-07
rest: support show table with specified route family
FUJITA Tomonori
2015-03-07
rest: clean up request handling
FUJITA Tomonori
2015-02-16
rest: add API to disable and enable neighbor
Hiroshi Yokoi
2015-01-19
rest: support adj-rib-in/out
Hiroshi Yokoi
2015-01-16
api: add reset and shutdown support
FUJITA Tomonori
2015-01-07
rest: specified HTTP method
Hiroshi Yokoi
2015-01-07
rest: add stats api
Hiroshi Yokoi
2014-12-25
rest: use []byte instead of interface{} for REST response
FUJITA Tomonori
2014-12-25
rest: kill unused code
FUJITA Tomonori
2014-12-25
rest: kill RestResponse interface
FUJITA Tomonori
2014-12-25
server: support /neighbors URL
FUJITA Tomonori
2014-12-25
rest: use interface{} for REST response
FUJITA Tomonori
2014-12-25
rest: specify content-type
Hiroshi Yokoi
2014-12-25
rest: support local-rib URL
FUJITA Tomonori
2014-12-25
api: fix REST API URL comments again
FUJITA Tomonori
2014-12-25
api: fix REST API cooments
FUJITA Tomonori
2014-12-23
packet: define FSMState
FUJITA Tomonori
2014-12-23
api: fix Neighbor() error handling
FUJITA Tomonori
2014-12-22
clean up logger usage
FUJITA Tomonori
2014-12-22
Add rest API support
Hiroshi Yokoi