Skip to content

v2.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 10:44
· 493 commits to master since this release

Changelog

fb174b6 v2.8.0
2347386 github: workaround for action trigger bug
a7e6068 Fix error in BGP Confederation syntax
6db0430 README: add link to confederation doc
fbe0ca9 Document config API and provide examples
8d9d5c9 Pass context through configuration code
c089a67 Rename c to currentConfig to follow naming pattern
4e2d646 Replace for and select with single for range
ae4e7a0 Remove loop function
102a5f7 Move ReadConfigFileOnSighup to gobgpd main
5d7bf46 Remove last remants of internal_cfg
8900db7 Switch away from channel for one-off dry run
ed1aef3 Split creation of config reading channel
f9b1f86 Remove a reference to internal
e88cfd4 config -> internal_config
b480c15 Factor out stopServer
8faa1a7 Move code to new public config package
d81023d Allow simple one-shot reading of the config file
1bbbc8b Improve logic around applying configuration
129a00b Extract methods to apply and update config
cff2b01 Create a clearer line between initial config and updating config
7057dcc Factor out helpers for peer group and neighbor config
02863c5 Move assignement of current config to the end
72094df Use newConfig more consistently when apply initial configuration
bf2df3e Add BGP Confederation documentation
2682343 fix duplicated local path id bug
8e348d6 table: delete unused deleteDestByNlri()
e25e937 table: remove unused validation in originInfo struct
5856fe4 table: kill GetPathListByPeer()
a472a49 travis: drop gorelease
53df699 release automation by github actions
82f6a7c Support connecting zebra of cumulus linux
43a2d40 Fix tools test
2aced9e test: fix the versions of fabric and invoke
d9fc69e server: add addpath api leak test
a22f8cb Added CLI option to parser to allow setting MPLSoUDP (mpls-in-udp) as an encap type.
da53695 server: fix DeletePath() memory leak