gobgp v2.3.0 Release Notes

Release Date: 2019-04-01 // almost 5 years ago
  • 🔄 Changelog

    805d02f v2.3.0
    3b36a13 server: fix passive-mode
    ⚡️ 20d3254 docs: update image of route server policy model
    49448ac server: fix ListPath handle UseMultiPath option
    8ee5f62 Implement evpn I-PMSI
    fb1e303 fix same issues in other files
    🖨 275966f Use Itoa method instead sprintf
    4a7c30c server: handle grpc listen failure as fatal error
    🔧 80ff3a3 support BMP sysName and sysDescr configuration
    ⚡️ a611916 travis: update go version to 1.12
    04843ab server: broadcast BMPPeerDownMessage for peer deletion
    c86c924 cmd/gobgp: fix RPKI result in neighbor policy command
    c6aef93 fix race of peer deletion
    ddf9e55 table: fix Path.SetLargeCommunities not to set vacant communities value
    ⚡️ 15f0c50 pkg/packet/bgp: avoid crash when receiving an update with invalid AS_PATH len
    ⚡️ 344f053 pkg/packt/bgp: add test when receiving an update with invalid AS_PATH Length
    🚚 276518c Deleteing goroutine for assignMplsLabel and moveing code relating MPLS L3VPN (introduced from PR #1992, commit 3a79ad3) from table_manager.go to zclient.go
    ✏️ 6345fdd Fixed typos
    ed0580d pkg/server: fix global rib summary command
    ⚡️ cb5cf73 contrib: update the service systemd
    7bb72b7 cmd/gobgp: use sd_notify protocol to notify the status change to systemd
    ⚡️ b7189a6 Updating documet integrating with FRRouting and use of mpls-label-range-size.
    🔨 7228b3d Refactoring source code for BGP/MPLS L3VPN with ZAPI 6 - Deleting receiveVrfId (which is introduced on 2 previous commit 90eeb5d) from Path struct and Introducing pathVrf Map in zclient. - Recovering logic (which is changed on 1 previous commit acfd5be) to use assignMplsLabel in server.go. - Refectoring zclient's newIPRouteBody for deleating duplicate logic for IPv4 and IPv6.
    4967c82 Fix bug using variable of zclient in AddVrf of server.go.
    3a79ad3 Supporting BGP/MPLS L3VPNs with Frrouting Zebra API 6 - This commit aims to solve reported problem on issues #1611, #1648 and #1912 - Partial changes of this commit duplicate with changes on PR #1587 (not merged) and PR #1766 (not merged and already closed) - This commit is tested with only FRRouting version 6.0.2 (which uses Zebra API 6) - This commit fixes lack of LABEL_MANAGER_CONNECT_ASYNC for ZAPI6. (This bug is introduced on commit 2bdb76f "Supporting Zebra API version 6 which is used in FRRouting version 6")
    dc4d9c6 doc: fix "del" command for removing a neighbor