Skip to content

Releases: davidcoles/vc5

Status now sent with gzip - libbpf bumped to v1.5.0

24 Jan 10:15
Compare
Choose a tag to compare

Status is now requested gzipped; large configurations lead to huge JSON documents being requested every couple of seconds, meaning many Mb/s of data being consumed when idly watching the status page. This should reduce the bandwidth consumed to a couple of percent of that which was used before.

This might prevent some nasty surprises on mobile phone roaming bills (in future :-/ ...)

Healthchecks and flags

12 Nov 11:40
Compare
Choose a tag to compare

HTTP/S probes will use the VIP as the host in the URL for checks if none is specified in check definition.
New cue version uses cached HTTP connections by default (avoids high numbers of TIME_WAIT connections)
Flags updated to match those in the stayinalived (IPVS/NAT) variant.

Flag/config changes and internals

07 Oct 10:29
Compare
Choose a tag to compare
Pre-release
v0.2.17

capricious flag/config file changes

Migrated common code from main to library

27 Aug 11:41
Compare
Choose a tag to compare
v0.2.16

code moved to library portion from main

Bumped cue library version to fix eBGP empty AS_PATH bug

29 Jul 12:28
Compare
Choose a tag to compare
v0.2.15

bumper cur library version to fix eBGP empty AS_PATH bug

Logging hot reload

26 Jul 08:23
Compare
Choose a tag to compare
Logging hot reload Pre-release
Pre-release

Logging code re-written. Now able to reload logging config on the fly - previously a full restart was required.

Command channel

24 Jun 10:24
Compare
Choose a tag to compare
Command channel Pre-release
Pre-release

Added a UNIX domain socket option (-C) to allow sending commands to the running daemon - used to reattach XDP code to interfaces initially

Support for changing the maximum number of flows

18 Jun 17:01
Compare
Choose a tag to compare
v0.2.11

support for changing max number of flows

Loopback BGP option

17 Jun 15:04
Compare
Choose a tag to compare

Enables the use of a routing daemon (eg. BIRD) on the load balancer server, advertising VIPs to it on 127.0.0.1

See docs/bgp.md for more details.

Prometheus stats issue fixed

24 May 14:27
Compare
Choose a tag to compare

Prometheus stats were showing the total stats instead of individual values for each backend