Skip to content

v3.30.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 23:02
· 4 commits to master since this release

Changelog

  • 313096d v3.30.0
  • 18cc44d replacing hardcoded IP 0.0.0.0 with netip.IPv4Unspecified() call
  • 832b2d9 Use configured local address over the one that is taken from the BGP session. This is needed in cases when using VRFs over GENEVE Tunnels where we bind the listening address to one internal IP for security reasons. Without this fix the local address was overridden with the listening address resulting in wrong nexthop advertisement.
  • 8bb8ec6 Fix accepted/rejected adj-in commands
  • 42df8b6 fix: go CVE