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-07-26
add addpath send support
FUJITA Tomonori
2017-07-26
server: remove unnecessary Filter() in rs
FUJITA Tomonori
2017-07-18
server: Set incoming TTL before accepting connection
IWASE Yusuke
2017-07-18
server: Set outgoing TTL before dialing
IWASE Yusuke
2017-07-14
server: Skip TCP MD5Sig sockopt when empty auth-password
IWASE Yusuke
2017-07-04
support addpath recv
ISHIDA Wataru
2017-07-04
use Destination instead of Path for path selection API
FUJITA Tomonori
2017-07-04
server: split rib into two
FUJITA Tomonori
2017-06-20
peer: Check errors in creating Dynamic Peers
Satoshi Fujimoto
2017-06-16
server: Support Dynamic Neighbor
Satoshi Fujimoto
2017-06-16
config: Use State to get NeighborAddress instead of Config
Satoshi Fujimoto
2017-06-07
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
FUJITA Tomonori
2017-06-05
*: Support Peer-Group Configuration
Satoshi Fujimoto
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
[next]