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
2020-03-29
fixed naming issue, removed one more error allocation
Sergey Elantsev
2020-03-29
optimized packet/mrt allocations, mostly by reuse of error values
Sergey Elantsev
2020-03-15
replaced fmt.Sprintf with strconv.Itoa for Protocol.String()
Sergey Elantsev
2020-03-15
optimized allocations in packet/bgp validations
Sergey Elantsev
2020-03-14
optimized allocations in packet/bgp
Sergey Elantsev
2020-03-11
fixed style: unnecessary type cast after type switch and some minor issues.
Sergey Elantsev
2020-03-09
optimized EVPNMacIPAdvertisementRoute, SerializeExtendedCommunities and PathA...
Sergey Elantsev
2020-03-05
docs: update cli output
FUJITA Tomonori
2020-03-02
v2.14.0
FUJITA Tomonori
2020-03-02
bgp: silence statickcheck errors
FUJITA Tomonori
2020-02-19
add summary command for vrf to cli #2235
Pavel Vorontsov
2020-02-19
add support GetTable method for vrfs #2235
Pavel Vorontsov
2020-02-19
travis: use docker 17.03
FUJITA Tomonori
2020-02-08
fix panic in Family == nil
Serguei Bezverkhi
2020-02-01
github: fix release action to generate proper changelog
FUJITA Tomonori
2020-02-01
v2.13.0
FUJITA Tomonori
2020-01-18
bug fix in zebra integration for frr7.2
Hitoshi Irino
2020-01-13
Parse BMP Stats Report messages with unknown Stat Types
Michael Lechner
2020-01-13
Supporting FRR7.2
Hitoshi Irino
2020-01-05
contrib: simplify instructions for systemd
Vincent Bernat
2020-01-05
gobgpd: use map for validation table
Toshiki Tsuchiya
2020-01-01
v2.12.0
FUJITA Tomonori
2019-12-15
tests: fix failing tests when using more recent versions of protobuf
Vincent Bernat
2019-12-02
v2.11.0
FUJITA Tomonori
2019-11-07
tools: add python grpc ListPeer API example
FUJITA Tomonori
2019-11-07
docs: update python grpc code generation
FUJITA Tomonori
2019-11-06
Use correct import paths for protobuf packages
Carl Baldwin
2019-11-01
v2.10.0
FUJITA Tomonori
2019-11-01
bgp: fix dynamic neighbors with prefix "0.0.0.0/0"
Faicker Mo
2019-11-01
config: peer groups support ebgp multihop
Faicker Mo
2019-10-27
travis: update go to 1.13
FUJITA Tomonori
2019-10-26
table: handle staticcheck's warnings
FUJITA Tomonori
2019-10-26
avoid installing routes with originator ID to global when softresetin
FUJITA Tomonori
2019-10-25
table: replace radix with crit-bit algo for longer-prefixes search
FUJITA Tomonori
2019-10-25
table: replace radix with crit-bit algo for policy
FUJITA Tomonori
2019-10-25
table: remove unnecessary code in UpdateAdjRibOut()
FUJITA Tomonori
2019-10-25
table: replace radix with crit-bit algo for roa
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
test: update scenario_test dependencies
FUJITA Tomonori
2019-10-21
test: update scenario_test command
FUJITA Tomonori
2019-10-21
server: speed up session establishment
FUJITA Tomonori
2019-10-21
test: rm pipework functions
FUJITA Tomonori
2019-10-18
need to reset session when gr config is changed
FUJITA Tomonori
2019-10-18
docs: update bmp verification section
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-15
Avoid locking in cases that return immediately
Carl Baldwin
[prev]
[next]