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
2019-09-01
v2.8.0
FUJITA Tomonori
2019-08-29
github: workaround for action trigger bug
FUJITA Tomonori
2019-08-28
Fix error in BGP Confederation syntax
Kevin Kirsche
2019-08-28
README: add link to confederation doc
FUJITA Tomonori
2019-08-28
Document config API and provide examples
Carl Baldwin
2019-08-28
Pass context through configuration code
Carl Baldwin
2019-08-28
Rename c to currentConfig to follow naming pattern
Carl Baldwin
2019-08-28
Replace for and select with single for range
Carl Baldwin
2019-08-28
Remove loop function
Carl Baldwin
2019-08-28
Move ReadConfigFileOnSighup to gobgpd main
Carl Baldwin
2019-08-28
Remove last remants of internal_cfg
Carl Baldwin
2019-08-28
Switch away from channel for one-off dry run
Carl Baldwin
2019-08-28
Split creation of config reading channel
Carl Baldwin
2019-08-28
Remove a reference to internal
Carl Baldwin
2019-08-28
config -> internal_config
Carl Baldwin
2019-08-28
Factor out stopServer
Carl Baldwin
2019-08-28
Move code to new public config package
Carl Baldwin
2019-08-28
Allow simple one-shot reading of the config file
Carl Baldwin
2019-08-28
Improve logic around applying configuration
Carl Baldwin
2019-08-28
Extract methods to apply and update config
Carl Baldwin
2019-08-28
Create a clearer line between initial config and updating config
Carl Baldwin
2019-08-28
Factor out helpers for peer group and neighbor config
Carl Baldwin
2019-08-28
Move assignement of current config to the end
Carl Baldwin
2019-08-28
Use newConfig more consistently when apply initial configuration
Carl Baldwin
2019-08-27
Add BGP Confederation documentation
Kevin Kirsche
2019-08-27
fix duplicated local path id bug
FUJITA Tomonori
2019-08-27
table: delete unused deleteDestByNlri()
FUJITA Tomonori
2019-08-26
table: remove unused validation in originInfo struct
FUJITA Tomonori
2019-08-26
table: kill GetPathListByPeer()
FUJITA Tomonori
2019-08-21
travis: drop gorelease
FUJITA Tomonori
2019-08-21
release automation by github actions
FUJITA Tomonori
2019-08-21
Support connecting zebra of cumulus linux
Hitoshi Irino
2019-08-20
Fix tools test
Carl Baldwin
2019-08-20
test: fix the versions of fabric and invoke
FUJITA Tomonori
2019-08-06
server: add addpath api leak test
FUJITA Tomonori
2019-08-06
Added CLI option to parser to allow setting MPLSoUDP (mpls-in-udp) as an enca...
Peter Hill
2019-08-05
server: fix DeletePath() memory leak
FUJITA Tomonori
2019-08-01
v2.7.0
FUJITA Tomonori
2019-08-01
docs: add aspath attribute to library usage
FUJITA Tomonori
2019-07-26
pkg/packet/bgp: fix PathAttributeAs4Path to accept empty AS_PATH
FUJITA Tomonori
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-16
gRPC docs: include all needed paths
George Melikov
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-07-01
update goreleaser config file
FUJITA Tomonori
2019-07-01
v2.6.0
FUJITA Tomonori
2019-06-22
Python3 support to gobgp tests
Franza Cavalcante
2019-06-17
fix MPLS L3VPN functionality of zapi
Hitoshi Irino
2019-06-08
Support ipv4-flowspec for VRF enslaved neighbor
Michael Lechner
[next]