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
/
server.go
Age
Commit message (
Expand
)
Author
2017-06-03
server: Implement event for BGP message watcher
IWASE Yusuke
2017-06-01
Fix RouteDistinguisher parsing and VPNV6 VRF rib parsing
Lamanna
2017-05-14
server: avoid sending unwanted withdrawals to iBGP peers
Wataru Ishida
2017-05-09
server: ignore routes when local AS is in AS_PATH
ISHIDA Wataru
2017-05-06
cli: speed up showing a specific defined-set
Wataru Ishida
2017-04-27
server: fix handling bgp messages right after moving to idle state from estab...
FUJITA Tomonori
2017-04-20
improve performance of getting single neighbor information
FUJITA Tomonori
2017-04-18
policy: send a withdrawal if export policy blocks an existing route
ISHIDA Wataru
2017-04-04
skip asn negotiation for BGP unnumbered peers
ISHIDA Wataru
2017-04-04
server: fix bug of wrongly set <nil> to PeerInfo.LocalAddress
ISHIDA Wataru
2017-04-01
server: fix GetRib() to handle error properly
hepeng
2017-03-06
server/zclient: Dampening for Nexthop Tracking
IWASE Yusuke
2017-03-06
server/zclient: Update nexthop state based on NEXTHOP_UPDATE
IWASE Yusuke
2017-03-05
server: fix withdraw with ibgp
FUJITA Tomonori
2017-03-05
server: avoid sending withdraw to peer just sent withdraw
FUJITA Tomonori
2017-02-18
server: avoid accessing to globalRib before its initialization
FUJITA Tomonori
2017-02-15
server: add a current option to WatchBestPath()
ISHIDA Wataru
2017-02-03
cli: Administrative Shutdown Communication on disable neighbor
IWASE Yusuke
2017-02-03
cli: Communication on Administrative Shutdown NOTIFICATION
IWASE Yusuke
2017-01-29
Fix End of RIB handling
Eiichiro Watanabe
2017-01-22
api: add a UUID field to Path structure
Wataru Ishida
2017-01-21
server: fix a bug of error handling
Wataru Ishida
2016-11-06
server: refactor mgmt operation
ISHIDA Wataru
2016-11-06
server: check server is up before admin operation
ISHIDA Wataru
2017-01-16
GetVrf() cause bgpd panic if it is not started
ksang
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-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-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-12
server: handle management requests quicker under heavy load
FUJITA Tomonori
2016-10-09
*: support long lived graceful restart
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-09-30
server: add vrf support to bestpath watch
FUJITA Tomonori
2016-09-30
api: add id to VrfRequest
FUJITA Tomonori
[next]