From 97a4da7b821b5be331f6eac16f986f1c65160cfc Mon Sep 17 00:00:00 2001 From: TrekkieCoder <111065900+TrekkieCoder@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:45:10 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ad6650..4b1b3f9c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Additionally, loxilb can also support cluster-ip and node-port services, thereby - L4/NAT stateful loadbalancer * NAT44, NAT66, NAT64 with One-ARM, FullNAT, DSR etc * Support for TCP, UDP, SCTP (w/ multi-homing), QUIC, FTP, TFTP etc -- High-availability support with hitless/maglev/cgnat clustering +- High-availability support with BFD detection for hitless/maglev/cgnat clustering - Extensive and scalable end-point liveness probes for cloud-native environments - Stateful firewalling and IPSEC/Wireguard support - Optimized implementation for features like [Conntrack](https://thermalcircle.de/doku.php?id=blog:linux:connection_tracking_1_modules_and_hooks), QoS etc From 2451b99abf2ff2783c2cc9f6bb5505fe302376a5 Mon Sep 17 00:00:00 2001 From: TrekkieCoder <111065900+TrekkieCoder@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:11:59 +0900 Subject: [PATCH 2/2] Update lb algorithms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b1b3f9c..5d5be0a5 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ For deploying telco-cloud with cloud-native functions, loxilb can be used as a S - [Code organization](https://github.com/loxilb-io/loxilbdocs/blob/main/docs/code.md) - [eBPF internals of loxilb](https://github.com/loxilb-io/loxilbdocs/blob/main/docs/loxilbebpf.md) - [What are loxilb NAT Modes](https://github.com/loxilb-io/loxilbdocs/blob/main/docs/nat.md) +- [loxilb load-balancer algorithms](https://github.com/loxilb-io/loxilbdocs/blob/main/docs/lb-algo.md) - [Developer's guide to loxicmd](https://github.com/loxilb-io/loxilbdocs/blob/main/docs/cmd-dev.md) - [Developer's guide to loxilb API](https://github.com/loxilb-io/loxilbdocs/blob/main/docs/api-dev.md) - [API Reference - loxilb web-Api](https://github.com/loxilb-io/loxilbdocs/blob/main/docs/api.md)