From 6317146826bbe8b358ac4c32aad09846582cdeed 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..63e2c7cfd2 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 = 603a21c6c2690b3b183c9ba60112395022e5037bc04a6a3766570709d70151b7dc0683919c74bbfc225c84895f65b2e6ec39f6dec2d5594ce1675ef72b1a4e5f install : $(TARGET)