This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
Releases: e3prom/rVRRPd
Releases · e3prom/rVRRPd
rVRRPd v0.1.3
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
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
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
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