gobgp v1.32 Release Notes

Release Date: 2018-06-01 // almost 6 years ago
  • ๐Ÿ”„ Changelog

    a6e0d00 GoBGP 1.32
    05021a6 server: reject route without origin attribute via AddPath()
    โšก๏ธ 0423ac0 cli: Implement "neighbor update" command
    d433ceb gobgp/cmd: add message gRPC connection error
    ed3f7b7 api: fix rpki regression
    e84ed70 graceful_restart_test: Confirm stale paths removed
    57e87d4 graceful_restart_test: Assert timer not expired
    โœ… a9584e6 scenario_test: Extend Graceful Restart time
    b31ab93 bgp_zebra_nht_test: Test case to sync nexthop states
    055eb89 zclient: Drop NextHop Tracking dampening feature
    4ab7612 table: fix DropStale method in AdjRib
    โšก๏ธ df6c998 table: update accepted number in adj-in rib after softreset-in
    ff09df9 table: fix accepted number in adj-in rib
    ๐Ÿšš a75bcf3 table: remove unused Exists method in AdjRib strcture
    ๐Ÿšš da488be table: remove unused id in AdjRib strcture
    โœ… aef984c test/aspath: check accepted and received numbers
    โšก๏ธ 503d043 rtc_test: Test cases for infinite RTC UPDATE loop
    โœ… ee80298 rtc_test: Test cases for inter-AS
    8e23e93 server: Apply rtfilter on eBGP session
    โœ… d9ed5fc rtc_test: Enhance test cases for intra-AS RTC
    fead8a6 server: Prefer RTC route from RR client
    โšก๏ธ 36d682a server: fix infinite rtc update loop with addpath
    a0c8ba4 server: Gather informations for BMPPeerDownMessage
    a980a02 server/server: Add field to WatchEventPeerState for PeerDownEvent
    76ef116 packet/bmp: Don't include data for some peer down reasons
    abefa74 server/server: Restart peers when capabilities are changed
    eb568b6 server: Withdraw routes when received RTM withdrawal
    โœ… a7ecbaa test/rtc: Add test for conflict RTC config
    bbd98ee fix withdraw with addpath and rtc enabled
    87245b4 bgp_zebra_nht_test: Test cases when nexthop unreachable
    34f74cd bgp_zebra_nht_test: Improve pylint result
    2c5f27f bgp_zebra_nht_test: Use utility functions of test/lib
    cb30860 zclient: Avoid flapping of nexthop reachability
    ๐Ÿ”Š cb259ec zebra: Improve logs for received messages from Zebra
    9d184af fix: missing validateCondition in ReplaceStatement
    ๐Ÿ”ง 30e519e server: use negotiated family instead configured
    9c8b20a fix graceful-restart when not all peers are restarting
    ๐Ÿšš 8c453bc cmd: Remove uncaught error on ParseCIDR()
    โœ… ccb4f8c test/lib/quagga: Minimize advertisement-interval
    107095d bgp_confederation_test: Improve pylint result
    8efeb17 bgp_router_test: Retry assertions of RIB for stability
    โœ… 2c388e0 scenario_test: Wait for GoBGP starting up
    3fc524a test/lib/gobgp: Rename graceful_restart() to stop_gobgp()
    efd215d graceful_restart_test: Remove redundant parentheses
    c5fdcad fix add-path with vrf-neighbor
    ๐Ÿšš 40eadd4 packet/bgp: remove bogus debug print
    ๐Ÿ“œ 388ef50 packet/bgp: fix OpenMessage Parse crash with bogus data
    ๐Ÿ‘• 5653720 mrt: Improve golint result
    04f36f0 mrt: Enable to dump locally generated routes
    2b0f16d bmp: avoid huge memory allocation for sending paths initially