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
Age
Commit message (
Expand
)
Author
2020-11-29
Support of FRR7.5
Hitoshi Irino
2020-11-25
code changes
Serguei Bezverkhi
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
2020-07-26
zebra: refactoring and fix bug and add processing messageBackupNexthop (added...
Hitoshi Irino
2020-04-26
Refactoring Zebra and supporting frr7.3
Hitoshi Irino
2020-01-13
Supporting FRR7.2
Hitoshi Irino
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-08-28
Move ReadConfigFileOnSighup to gobgpd main
Carl Baldwin
2019-08-28
Allow simple one-shot reading of the config file
Carl Baldwin
2019-08-21
Support connecting zebra of cumulus linux
Hitoshi Irino
2019-07-26
fix PeerGroup AFI handling
FUJITA Tomonori
2019-07-21
Avoid panic by receiving vpnv6 prefixes with zebra reported in issue #2113
Hitoshi Irino
2019-07-12
use tha standard comment for machine-generated files
FUJITA Tomonori
2019-07-02
BGP connection on a speecified interface (including which is associated VRF) ...
Hitoshi Irino
2019-05-08
zebra: supporting FRRouting version 7
Hitoshi Irino
2019-04-02
add secondary-route feature for router server
FUJITA Tomonori
2019-03-25
support BMP sysName and sysDescr configuration
JieJhih Jhang
2019-03-16
Fixed typos
zabio3
2019-03-14
Supporting BGP/MPLS L3VPNs with Frrouting Zebra API 6
Hitoshi Irino
2019-01-26
Add experimental BGP-LS feature
Artur Makutunowicz
2019-01-09
silence staticcheck warnings
FUJITA Tomonori
2018-12-30
zebra: Introducing MIN_ZAPIVER and MAX_ZAPIVER. And avoiding double close cha...
Hitoshi Irino
2018-12-28
fix bmp statistics
FUJITA Tomonori
2018-12-23
make the usage of type name in protobuf consistent
FUJITA Tomonori
2018-12-19
server: use Dialer Control method instead of hack to modify connection before...
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-11-07
api: fix regression that match set option has no default value
oc
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-10-21
Supporting Zebra API version 6 which is used in FRRouting version 6
Hitoshi Irino
2018-08-18
ZAPI5 (FRRouting version 5) support
Hitoshi Irino
2018-07-24
fix unittest warnings with go tip
FUJITA Tomonori
2018-07-07
follow Standard Go Project Layout
FUJITA Tomonori