From 9f7cd8358fe702a8d3d3f279fe6ff5d7909947f9 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Sat, 6 Jul 2024 17:31:14 +0000 Subject: [PATCH] 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 --- lfs/loxicmd | 4 ++-- lfs/loxilb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/loxicmd b/lfs/loxicmd index 0fffd74712..8e787012b0 100644 --- a/lfs/loxicmd +++ b/lfs/loxicmd @@ -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) diff --git a/lfs/loxilb b/lfs/loxilb index 15d510ec8e..94ba032a78 100644 --- a/lfs/loxilb +++ b/lfs/loxilb @@ -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)