Skip to content

Releases: davidcoles/vc5

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

Check for VLAN membership

16 May 08:58
Compare
Choose a tag to compare

Added a check to ensure that backend IPs are contained in a VLAN if VLANs are used - to avoid blackholing traffic

Logging

02 May 21:34
Compare
Choose a tag to compare
v0.2.6

logging and code refactoring