Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Releases: e3prom/rVRRPd

rVRRPd v0.1.3

22 Jan 10:42
22b6119
Compare
Choose a tag to compare

The new 0.1.3 stable release introduces several new features, including support for the new Client API and its HTTP/HTTPS interface, the accompanying utility rvrrpd-pw and documentation.

Changelog

  • Added Client API Support
  • Added HTTP and HTTPS (SSL/TLS) Interface Support
  • Added the rvrrpd-pw Password Generation Utility
  • Added Documentation

rVRRPd v0.1.2

26 Nov 14:54
e604562
Compare
Choose a tag to compare

This new interim release of rVRRPd introduces several new features, the FreeBSD operating system port and major bugs fixes.

Changelog

  • Added FreeBSD operating system support
  • Added Linux listener threads
  • Added BPF Linux Socket Filters
  • Added more debugging outputs
  • Added JSON sample configuration
  • Better virtual router object encapsulation
  • Fixed timers expiration issues in the finite state machine
  • Removed frequent route exists / not found types errors

rVRRPd v0.1.1

05 Aug 15:02
a47a163
Compare
Choose a tag to compare

This second release of rVRRPd introduces two new features and contains several bugs fixes.

Changelog

  • Added JSON configuration support
  • Added VLAN-based Virtual Interface (macvlan) support
  • Fixed missing MAC address handling when owner
  • Fixed compatibility issues with routes and libnl
  • Fixed panic when no static routes defined
  • Improved operating-system specific support
  • Improved and fixed signals handling
  • Improved configuration related error handling

rVRRPd v0.1.0

09 Jul 18:32
a9d0610
Compare
Choose a tag to compare

I'm glad to announce the first major release of rVRRPd.

Release 0.1.0 introduces new features, stability improvements and bug fixes.

Changelog

  • Linux Netlink support (using libnl-3)
  • Added support for RFC2338 simple password authentication
  • Added support for additional proprietary authentication methods
  • Improved debugging output
  • Fixed a possible DoS vulnerability via an integer overflow
  • Fixed authentication secret key handling