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
/
pkg
/
server
Age
Commit message (
Expand
)
Author
2021-10-19
implement pluggable transport
transport
Mikael Magnusson
2021-10-18
tests: Check if ValidateOpenMsg() works agains router-id validation
Donatas Abraitis
2021-10-18
bgp: Validate router-id against 0.0.0.0 and ASN-wide
Donatas Abraitis
2021-10-18
chore: fix linting ineffassign and redundant type from array, slice, or map c...
Imcom Jin
2021-10-15
tests: Check if we return an error and not crash if r.Peer is nil
Donatas Abraitis
2021-10-15
server: Do not crash the server if an empty request over gRPC
Donatas Abraitis
2021-08-13
Update the hold timer when a BGP Update message is received
Peter Hill
2021-08-08
server: fix ListVrf api to handle Name member
FUJITA Tomonori
2021-06-30
Handle ttl-security option correctly
Donatas Abraitis
2021-05-24
Add FQDN capability
Donatas Abraitis
2021-05-10
Fixed dead lock bug caused by hold-time expiry
zhouzijiang
2021-04-22
Do not suppress initial non-established peer state in MonitorPeer
Carl Baldwin
2021-03-29
Added ListDynamicNeighbor message to API
Marcus Wichelmann
2021-03-29
Added DeleteDynamicNeighbor message to API
Marcus Wichelmann
2021-03-29
Added ListPeerGroup message to API
Marcus Wichelmann
2021-03-16
Add support for the gRPC server to listen on a unix domain socket
bbassingthwaite
2021-03-03
policy: add nexthop unchanged
Faicker Mo
2021-02-24
server: fix AdministrativeCommunication message parser
FUJITA Tomonori
2021-02-13
feat: add option to bind listener to a (VRF) device
Milan Lenco
2020-11-30
Code changes
Serguei Bezverkhi
2020-11-29
set shutdownWG to nil after stopBGP finished
Duan Jiong
2020-11-09
server: fix conversion from api.RouteAction to config.DefaultPolicyType
FUJITA Tomonori
2020-11-09
server: handle bogus addpath argument
FUJITA Tomonori
2020-11-06
Adding gRPC support for modified logging level
Steve Shaw
2020-11-06
Fix missing args in server tests
Alistair King
2020-11-06
Use MonitorTableRequest.Name to filter by peer
Alistair King
2020-10-21
api: add ListPathRequest's option to get binary of nlri and attributes
FUJITA Tomonori
2020-10-21
fix stuck route
Jordan Whited
2020-10-20
server: fix ListPolicyAssignment to handle empty policy
FUJITA Tomonori
2020-09-16
remove incomingCh when deleting dynamic peer
Chris Balmain
2020-07-04
server: don't send empty ExtendedNexthop capability
FUJITA Tomonori
2020-05-13
extend attributes proto for Prefix SID support
Serguei Bezverkhi
2020-04-26
Refactoring Zebra and supporting frr7.3
Hitoshi Irino
2020-03-11
fixed style: unnecessary type cast after type switch and some minor issues.
Sergey Elantsev
2020-02-19
add support GetTable method for vrfs #2235
Pavel Vorontsov
2020-01-05
gobgpd: use map for validation table
Toshiki Tsuchiya
2019-11-01
bgp: fix dynamic neighbors with prefix "0.0.0.0/0"
Faicker Mo
2019-10-26
avoid installing routes with originator ID to global when softresetin
FUJITA Tomonori
2019-10-23
Split Reset into three methods
Carl Baldwin
2019-10-22
table: use net.IPNet for roa instead of homegrown IPPrefix structure
FUJITA Tomonori
2019-10-22
move roa table code to table/ from server/
FUJITA Tomonori
2019-10-21
server: speed up session establishment
FUJITA Tomonori
2019-10-18
Fix adj-out display with add path enabled
mageshgv
2019-10-17
Transition to graceful restart state on hold timer expiry if applicable
mageshgv
2019-10-15
Support vrfs in zapi multipath
mageshgv
2019-10-11
Remove policy from FSM
Carl Baldwin
2019-10-04
Maintain unique vrf IDs in watchEventBestPath vrf map
mageshgv
2019-10-02
Update adjrib for LLGR and preserve aslooped attr
Magesh GV
2019-10-01
Fix crash on nonexistent vrf delete
Magesh GV
2019-09-17
server: improve ListPath's performance
FUJITA Tomonori
[next]