Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 1.48 KB

Changelog

Message updates and major project changes should be documented here.

[Unreleased]

2023-04-13

Changed

  • SR value "prefix_sid" was previous configured with "omitempty" json tag option, this option is now removed. A valid SID index of 0 is now explicit in the json output.

2023-03-20

Fixed

  • unresv_bw_kbps data structure was appending a slice, leaving initial 0 values and growing beyond the expected length. Updated function to index the slice to overwrite initial values and keep the expected length. #215

2023-02-23

Added

  • ls_link attribute max_link_bw_kbps BGP-LS TLV Type 1089 stored as an uint64 integer in kbps #213
  • ls_link attribute max_resv_bw_kbps BGP-LS TLV Type 1090 stored as uint64 integer in kbps #213
  • ls_link attribute unresv_bw_kbps BGP-LS TLV Type 1091 stored as a slice of 8 uint64 integers in kbps #213

Deprecated

  • ls_link attribute max_link_bw BGP-LS TLV Type 1089 statically set to 0 #213
  • ls_link attribute max_resv_bw BGP-LS TLV Type 1090 statically set to 0 #213
  • ls_link attribute unresv_bw BGP-LS TLV Type 1091 statically set to nil #213