gobgp v2.8.0 Release Notes

Release Date: 2019-09-01 // over 4 years ago
  • ๐Ÿ”„ 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