Skip to content

FRR release 8.5.7

Compare
Choose a tag to compare
@ton31337 ton31337 released this 06 Jan 16:25
· 6936 commits to master since this release

Debian Packages - https://deb.frrouting.org

RPM Packages - https://rpm.frrouting.org

Snaps - https://snapcraft.io/frr

Docker - quay.io/frrouting/frr

Bug Fixes

bgpd

  • Fix memory leak when creating BMP connection with a source interface
  • Include structure when installing End.DT4/6 SID
  • Include structure when installing End.DT46 SID
  • Include structure when removing End.DT4/6 SID
  • Include structure when removing End.DT46 SID

lib

  • Include SID structure in seg6local nexthop
  • Take ge/le into consideration when checking the prefix with the prefix-list

ospfd

  • Fix heap corruption vulnerability when parsing SR-Algorithm TLV

pimd

  • Fix access-list memory leak in pimd

zebra

  • Add missing proto translations
  • Correctly report metrics
  • Fix crash during reconnect
  • Fix snmp walk of zebra rib
  • Let's use memset instead of walking bytes and setting to 0