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
/
internal
/
pkg
/
config
/
util.go
Age
Commit message (
Expand
)
Author
2021-06-30
Handle ttl-security option correctly
Donatas Abraitis
2021-01-12
Fix IsEBGPPeer check to use LocalAs
Alistair King
2020-11-09
server: fix conversion from api.RouteAction to config.DefaultPolicyType
FUJITA Tomonori
2020-11-07
config: fix Peer Group AddPath Config
FUJITA Tomonori
2019-11-01
config: peer groups support ebgp multihop
Faicker Mo
2019-10-26
avoid installing routes with originator ID to global when softresetin
FUJITA Tomonori
2019-10-21
server: speed up session establishment
FUJITA Tomonori
2019-10-18
need to reset session when gr config is changed
FUJITA Tomonori
2019-07-02
BGP connection on a speecified interface (including which is associated VRF) ...
Hitoshi Irino
2019-04-02
add secondary-route feature for router server
FUJITA Tomonori
2018-12-28
fix bmp statistics
FUJITA Tomonori
2018-12-23
make the usage of type name in protobuf consistent
FUJITA Tomonori
2018-11-26
support received, accepted, and advertised counters per family
FUJITA Tomonori
2018-11-25
api: remove AddPaths from Peer and PeerGroup
FUJITA Tomonori
2018-11-25
api: move RouterId to PeerState from PeerConf
FUJITA Tomonori
2018-11-23
api: move remote_cap and local_cap to PeerState from PeerConf
FUJITA Tomonori
2018-11-16
use google/protobuf/timestamp.proto
FUJITA Tomonori
2018-11-12
Support AdminDown from config
Eiichiro Watanabe
2018-10-28
move NewAPIRoutingPolicyFromConfigStruct() from server/
FUJITA Tomonori
2018-10-28
move exported functions to generate api structs from config struct in server/
FUJITA Tomonori
2018-07-07
follow Standard Go Project Layout
FUJITA Tomonori