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
Age
Commit message (
Expand
)
Author
2016-11-17
add go vet test
Wataru Ishida
2016-11-16
cli: fix another formatting bug
Wataru Ishida
2016-11-16
client: fix bug of GetNeighbor()
Wataru Ishida
2016-11-16
cli: fix neighbor formatting
Wataru Ishida
2016-11-15
client: remove server package dependency
Wataru Ishida
2016-11-14
client: support neighbor filtering
Wataru Ishida
2016-11-14
config/api: create admin-state type
Wataru Ishida
2016-11-14
cli: use client library
Wataru Ishida
2016-11-14
client: add golang client library
Wataru Ishida
2016-11-14
config: add json tag for config structures
Wataru Ishida
2016-11-14
config: use struct type instead of []byte for capability and open msg
Wataru Ishida
2016-11-14
config: delete Equal() method for State structures
Wataru Ishida
2016-11-14
policy: fix bug of policy with multiple statements
Wataru Ishida
2016-11-13
fix a few typos
Ruben Kerkhof
2016-11-12
test: wait for condition properly rather than randomly waiting in vrf_neighbo...
FUJITA Tomonori
2016-11-12
server: remove adj-out usage
FUJITA Tomonori
2016-11-12
test: remove tcpdump usage in bgp_router_test.py
FUJITA Tomonori
2016-11-12
server: remove adj-out usage in filterpath
FUJITA Tomonori
2016-11-12
table: use old best path instead of withdrawn paths
FUJITA Tomonori
2016-11-12
ops: drop open switch support
Wataru Ishida
2016-11-07
test: use passive connection for gobgp and gobgp connection
FUJITA Tomonori
2016-11-07
test: add change of best paths from ibgp and ebgp
FUJITA Tomonori
2016-11-06
.travis.yml: remove duplicated test
Wataru Ishida
2016-11-06
server: fix bug of disable/enable/softreset behavior for vrfed neighbor
Wataru Ishida
2016-11-05
bmp: fix wrong monitoring policy type translation
Wataru Ishida
2016-11-04
allow route reflector client as vrf neighbor
FUJITA Tomonori
2016-11-04
docs: update cli doc
Wataru Ishida
2016-11-04
cli: deprecate neighbor `shutdown` command
Wataru Ishida
2016-11-04
cli: support adding rr-client and rs-client
Wataru Ishida
2016-11-04
support neighbor belongs to VRF
Wataru Ishida
2016-11-04
GoBGP 1.13
FUJITA Tomonori
2016-11-03
remove label allocation completely
FUJITA Tomonori
2016-11-03
allow add local route with specific mpls label
FUJITA Tomonori
2016-10-27
bgp: remove duplicate large communities
Wataru Ishida
2016-10-26
New Early IANA Allocation
Pier Carlo Chiodi
2016-10-16
cli/api: support getting table summary information
Wataru Ishida
2016-10-13
travis: allow failure of MacOS
FUJITA Tomonori
2016-10-13
server: fix error propagation
Wataru Ishida
2016-10-12
server: handle management requests quicker under heavy load
FUJITA Tomonori
2016-10-10
policy: support large-community match/action
Wataru Ishida
2016-10-09
policy: fix bug of handling multiple prefix-match with same IP prefix.
Wataru Ishida
2016-10-09
*: support long lived graceful restart
Wataru Ishida
2016-10-09
*: Notification support for BGP GR
Wataru Ishida
2016-10-09
packet/bgp: BGPCapabilityCode.String() pretty stringing
Wataru Ishida
2016-10-09
packet/bgp: add long-lived graceful restart capability
Wataru Ishida
2016-10-09
test: fix bug of bgp_router_test.py
Wataru Ishida
2016-10-08
table: ensure compatibility with archs where int == int32
Vincent Bernat
2016-10-08
docs: add cli example to add route with blackhole community
FUJITA Tomonori
2016-10-07
Add BLACKHOLE community support (RFC7999)
Shu Sugimoto
2016-10-04
Allow creating a server with a user specified grpc server.
Chris Stockton
[next]