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
2018-05-07
table: remove uuid member in originInfo structure
FUJITA Tomonori
2018-05-07
table: remove VrfIds member in Path structure
FUJITA Tomonori
2018-05-07
avoid updating Path in the rib via MarkStale()
FUJITA Tomonori
2018-05-07
table: remove withdraw/newPath/oldPath Lists in Destination
FUJITA Tomonori
2018-05-07
preparation for shrinking Destination structure
FUJITA Tomonori
2018-05-07
use sorted single master table for route server setup
FUJITA Tomonori
2018-04-18
server: Fix outgoing rtfilter
IWASE Yusuke
2018-04-09
server: Avoid infinite UPDATE loop of RTM NLRI
IWASE Yusuke
2018-03-27
server/server: Set rsRib to RS client in adding dynamic neighbor
Satoshi Fujimoto
2018-02-08
config: Option to disable best path selection
IWASE Yusuke
2018-02-01
server: fix dynamic neighbor crash
FUJITA Tomonori
2018-01-26
server: Avoid to delete received paths with DeletePath API
IWASE Yusuke
2018-01-11
server: Empty path list in initial WatchEventUpdate
IWASE Yusuke
2017-12-16
config/util: Refactor to make arguments to receivers
Satoshi Fujimoto
2017-11-26
cmd: fix getNeighbor() to take bogus neighbor name
FUJITA Tomonori
2017-11-22
server: adminDown operation wrongly resets State.PeerAs
FUJITA Tomonori
2017-11-21
server: Auto derived ES-Import RT for EVPN Ethernet Segment route
IWASE Yusuke
2017-11-08
config: Properly set config of PeerGroup member
Satoshi Fujimoto
2017-11-07
*: Support BGP Confederations (RFC 5065)
Satoshi Fujimoto
2017-11-07
config: Pass Global Config to SetDefaultNeighborConfig
Satoshi Fujimoto
2017-11-07
server: Avoid local paths left on iBGP peers
IWASE Yusuke
2017-11-02
server: function notifyPrePolicyUpdateWatcher
IWASE Yusuke
2017-11-01
Fix some typos found by spell checker
IWASE Yusuke
2017-10-31
server: fix AddPath to return uuid properly
FUJITA Tomonori
2017-10-05
server: stop Shutdown() with no peer
FUJITA Tomonori
2017-10-05
server: Avoid applying policy multiply when updating path
IWASE Yusuke
2017-10-03
server: Add config.Neighbor into WatchEventUpdate
IWASE Yusuke
2017-09-14
config: Introduce Family field into AfiSafiState
IWASE Yusuke
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
[next]