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-12-10
server: don't assume (*api.Path).Nlri is ipv4 NLRI
Wataru Ishida
2016-12-10
server: fix bug when global import policy rejects a route
Wataru Ishida
2016-12-10
client: rename client.GoBGPClient to client.Client
Chris Stockton
2016-12-05
client: Allow creating a GoBGPClient using a user specific GRPC connection an...
Chris Stockton
2016-12-04
GoBGP 1.14
FUJITA Tomonori
2016-12-04
client: AddNeighbor API doesn't include apply-policy information
kishiguro
2016-12-02
server: fix bug of deleteNeighbor()
Wataru Ishida
2016-11-29
zebra: add flags for recursive nexthop lookup if necessary
Wataru Ishida
2016-11-29
Fix Open Message optional parameter length == 1 GoBGP crashes issues.
kishiguro
2016-11-25
policy: fix bug of multi policy application
Wataru Ishida
2016-11-25
policy: fix bug of rpki validation condition
Wataru Ishida
2016-11-25
rpki: check asPath == nil before validation
Wataru Ishida
2016-11-25
config: fix bug of default rpki port setting
Wataru Ishida
2016-11-24
gobgpd: support global policy assignment update via configuration file
Wataru Ishida
2016-11-24
server: add unit test to check NumGoroutine with Neighbor configuration
FUJITA Tomonori
2016-11-24
server: fix Watcher InfiniteChannel leak
FUJITA Tomonori
2016-11-23
api: Update the grpc server to accept the local address and remote port from ...
Chris Stockton
2016-11-21
server: fix memory leak in infinite channel goroutine
Wataru Ishida
2016-11-21
api: Fix client.AddNeighbor() API does not properly configure AFI/SAFI bug
kishiguro
2016-11-18
server: disable advertised number calculation with multiple neighbors
FUJITA Tomonori
2016-11-17
config: simplify route-disposition configuration
Wataru Ishida
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
[next]