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
Age
Commit message (
Expand
)
Author
2021-10-19
api: update ExtendedCommunitiesAttribute comment
extended-community-comment
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-10-08
Return MpGracefulRestart.State in ListPeer() api call
Jeremiah Millay
2021-10-01
v2.32.0
FUJITA Tomonori
2021-09-09
Pass BGPUpdate message even on error
Jakub Chábek
2021-09-08
internal/pkg/table: remove debug logging from Destination.Calculate
Matt Layher
2021-09-01
v2.31.0
FUJITA Tomonori
2021-08-28
.github/release: Use goreleaser action
Manuel Rüger
2021-08-28
go.mod: Bump dependencies
Manuel Rüger
2021-08-25
pkg/packet/bgp: avoid copying PrefixDefault lock in Test_CompareFlowSpecNLRI
Matt Layher
2021-08-24
pkg/packet/bgp: add mutex to PrefixDefault to avoid data race
Matt Layher
2021-08-13
Update the hold timer when a BGP Update message is received
Peter Hill
2021-08-12
Fix extended-nexthop & add-path capability parsing.
Konrad Zemek
2021-08-08
Add support for the gRPC client to connect on a unix domain socket
bbassingthwaite
2021-08-08
server: fix ListVrf api to handle Name member
FUJITA Tomonori
2021-08-01
v2.30.0
FUJITA Tomonori
2021-07-25
Use `BGP_HEADER_LENGTH` instead of `19` in the code
Kirill Smorodinnikov
2021-07-25
fixed possible crash if nlriToIPNet result is null
zvfvrv
2021-07-01
v2.29.0
FUJITA Tomonori
2021-06-30
Handle ttl-security option correctly
Donatas Abraitis
2021-06-30
added check on data length for SRv6EndpointBehaviorStructure and SegmentTypeB...
zvfvrv
2021-06-30
fix UnmarshalSRSegments for SegmentTypeB
zvfvrv
2021-06-30
add support of the optional "SRv6 Endpoint Behavior and SID Structure" in seg...
zvfvrv
2021-06-30
fix marshal and unmarshal
zvfvrv
2021-06-30
wip SegmentTypeB without SRv6 Endpoint Behavior and Structure
zvfvrv
2021-06-30
SegmentTypeB proto definition
zvfvrv
2021-06-27
zebra: close the incoming channel
Lukas Bischofberger
2021-06-27
Add support for encap tunnel in extended communities in policy.md.
Guangtong Cao
2021-06-13
Add support for encapsulation tunnel type in the extended community support i...
Guangtong Cao
2021-06-07
v2.28.0
FUJITA Tomonori
2021-06-07
fix: fix check according to golang s1025
Imcom Jin
2021-06-07
refactor: nlri/nexthop requires MP will get MP explicitly already.
Imcom Jin
2021-05-24
Add FQDN capability
Donatas Abraitis
2021-05-10
Fixed dead lock bug caused by hold-time expiry
zhouzijiang
2021-05-06
cmd/rpki: support delete api
FUJITA Tomonori
2021-05-03
v2.27.0
FUJITA Tomonori
2021-04-22
Do not suppress initial non-established peer state in MonitorPeer
Carl Baldwin
2021-04-02
v2.26.0
FUJITA Tomonori
2021-03-29
Update proto
Marcus Wichelmann
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-19
Add GENEVE encapsulation support
Ravi Aysola
2021-03-16
Add support for the gRPC server to listen on a unix domain socket
bbassingthwaite
2021-03-14
add support for tunnel egress endpoint sub-TLV
Mikael Magnusson
2021-03-13
tools: don't use a shebang for bash completion
Vincent Bernat
[next]