Skip to content

Releases: holo-routing/holo

Holo v0.4.0

26 Feb 12:21
Compare
Choose a tag to compare

Main changes:

  • Initial BGP implementaiton
  • Support for static routes
  • Support for opaque route attributes
  • Enhanced security with chroot jail
  • YANG
    • Update to ietf-ospf-sr-mpls@2024-01-18.yang
    • Update to ietf-ospfv3-extended-lsa@2024-01-16.yang
  • Several bug fixes and performance improvements

Docker: https://github.com/holo-routing/holo/pkgs/container/holo/183494029?tag=v0.4.0

Full Changelog: v0.3.0...v0.4.0

Holo v0.3.0

27 Oct 02:07
Compare
Choose a tag to compare

Main changes:

  • Introduction of netlink code to fetch interface information from the kernel
  • Introduction of netlink code to install routes into the kernel
  • Removal of the zebra runtime dependency
  • Introduction of an MPLS label manager
  • Centralized routing policy configuration management
  • OSPF (v2/v3): support for the Graceful Restart feature (helper mode only)
  • OSPFv3: support for inheritable instance ID configuration
  • YANG
    • Update to ietf-ospfv3-extended-lsa@2023-08-21.yang
    • Partial implementation of ietf-ipv4-unicast-routing@2018-03-13.yang
    • Partial implementation of ietf-ipv6-unicast-routing@2018-03-13.yang
    • Partial implementation of ietf-mpls@2020-12-18.yang
  • Several minor improvements and bug fixes

NOTE: due to limitations in the upstream netlink crates, this release does not support the installation of MPLS routes into the Linux kernel. This limitation is expected to be addressed in the next release.

Docker: https://github.com/rwestphal/holo/pkgs/container/holo/141852177?tag=v0.3.0

Full Changelog: v0.2.0...v0.3.0

Holo v0.2.0

26 Jul 23:58
Compare
Choose a tag to compare

Initial release