LoxiLB: upgrade to loxilb development branch

LoxiLB 0.9.4 lack of SNAT feature for egress traffic
initiated from BPFire green network, when loxilb is
enabled, it breaks BPFire green network client Internet
access, this issue is fixed in the loxilb development
branch, temporarily I make loxilb development branch
as 0.9.5 in BPFire so I could test the SNAT feature and
it works.

see detail in https://github.com/loxilb-io/loxilb/issues/718

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2024-07-06 17:31:14 +00:00
parent a06eab4ae1
commit 9f7cd8358f
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
include Config
VER = 0.9.4
VER = 0.9.5
THISAPP = loxicmd-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = 63c93a20dbc72adf5b70496913e29b3c80739ee3bdb572178fd1a687ace635798ca9948cee2189b106a11bf0ca9fbf952057b09b793e98efcb0a367921bddc04
$(DL_FILE)_BLAKE2 = 76e9315ddd791a1bbaf4cd2fbf5a646e93eca3963f46a78efe21d93a31906d01cf318e0aa930d3b4623eec786d83b4a6c7860ee21d65e5f66eb274e107b363b9
install : $(TARGET)

View File

@@ -25,7 +25,7 @@
include Config
VER = 0.9.4
VER = 0.9.5
THISAPP = loxilb-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = 354be7e1298ad9d9c786f4a7b72e7649eb35960688c797c2fdb1a5804bf559e0915857f8c68333a2d2657d3e8b5a03ada8b25af3ba53498d11d942508a2b2bb2
$(DL_FILE)_BLAKE2 = b1c6b3d25543b5a4c1516e1dc35dbe393c1bd10d8b83307a857713e8ee3553690ce64ffb9d611452c68745564afc775363c90d96b53607902afe24a7d72bdcf7
install : $(TARGET)