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
/
server
Age
Commit message (
Expand
)
Author
2017-01-16
GetVrf() cause bgpd panic if it is not started
ksang
2017-01-15
Fix incorrect validation logic (thanks @ishidawataru)
Eiichrio Watanabe
2017-01-15
Add examples for RPKI Origin Validation
Eiichrio Watanabe
2016-12-19
bmp: don't send paths already sent in case of softresetin happens
Wataru Ishida
2016-12-19
server: notify post policy update when soft-reset-in is triggered
Wataru Ishida
2016-12-10
server: fix bug when global import policy rejects a route
Wataru Ishida
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-25
rpki: check asPath == nil before validation
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-21
server: fix memory leak in infinite channel goroutine
Wataru Ishida
2016-11-18
server: disable advertised number calculation with multiple neighbors
FUJITA Tomonori
2016-11-17
add go vet test
Wataru Ishida
2016-11-15
client: remove server package dependency
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
config: use struct type instead of []byte for capability and open msg
Wataru Ishida
2016-11-12
server: remove adj-out usage
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-06
server: fix bug of disable/enable/softreset behavior for vrfed neighbor
Wataru Ishida
2016-11-04
allow route reflector client as vrf neighbor
FUJITA Tomonori
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-03
remove label allocation completely
FUJITA Tomonori
2016-11-03
allow add local route with specific mpls label
FUJITA Tomonori
2016-10-16
cli/api: support getting table summary information
Wataru Ishida
2016-10-13
server: fix error propagation
Wataru Ishida
2016-10-12
server: handle management requests quicker under heavy load
FUJITA Tomonori
2016-10-09
*: support long lived graceful restart
Wataru Ishida
2016-10-09
*: Notification support for BGP GR
Wataru Ishida
2016-10-04
server: stop appending 0 in Path.VrfIds
Wataru Ishida
2016-10-04
server: fix bug of withdrawal handling
Wataru Ishida
2016-10-03
zebra: support passing vrf-id
Wataru Ishida
2016-10-01
server: support zebra protocol vrfid with vpnv4/vpnv6
FUJITA Tomonori
2016-09-30
server: add vrf support to bestpath watch
FUJITA Tomonori
2016-09-30
api: add id to VrfRequest
FUJITA Tomonori
2016-09-29
Apply previous change's to test as well.
kishiguro
2016-09-29
Support of ZAPI version 3 (handles VRF ID).
kishiguro
2016-09-16
server/table: don't modify/delete path attributes for route server client
Wataru Ishida
2016-09-13
server/table: fix a bug of vrf route injection
Wataru Ishida
2016-09-12
server: portability fix for setsockopt() on Linux
Vincent Bernat
2016-09-12
test: test monitor feature in unit test instead of scenario test
Wataru Ishida
2016-09-01
mrt: fix rotation and dump interval handling in table mode
FUJITA Tomonori
2016-08-26
add RemoteRouterId to config.NeighborState
FUJITA Tomonori
2016-08-26
zebra: add grpc api
FUJITA Tomonori
2016-08-25
server/api: fix GetRib API to return sorted destination
Wataru Ishida
2016-08-25
server: fix RIB lookup with longer-prefixes option
Wataru Ishida
2016-08-25
server: handle error of net.ParseCIDR()
Wataru Ishida
[next]