Skip to content

Commit

Permalink
LoxiLB: upgrade to loxilb development branch
Browse files Browse the repository at this point in the history
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 loxilb-io/loxilb#718

Signed-off-by: Vincent Li <[email protected]>
  • Loading branch information
vincentmli committed Jul 7, 2024
1 parent a06eab4 commit 6ced635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lfs/loxicmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

include Config

VER = 0.9.4
VER = 0.9.5

THISAPP = loxicmd-$(VER)
DL_FILE = $(THISAPP).tar.gz
Expand All @@ -41,7 +41,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = 63c93a20dbc72adf5b70496913e29b3c80739ee3bdb572178fd1a687ace635798ca9948cee2189b106a11bf0ca9fbf952057b09b793e98efcb0a367921bddc04
$(DL_FILE)_BLAKE2 = 76e9315ddd791a1bbaf4cd2fbf5a646e93eca3963f46a78efe21d93a31906d01cf318e0aa930d3b4623eec786d83b4a6c7860ee21d65e5f66eb274e107b363b9

install : $(TARGET)

Expand Down
4 changes: 2 additions & 2 deletions lfs/loxilb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

include Config

VER = 0.9.4
VER = 0.9.5

THISAPP = loxilb-$(VER)
DL_FILE = $(THISAPP).tar.gz
Expand All @@ -41,7 +41,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = 354be7e1298ad9d9c786f4a7b72e7649eb35960688c797c2fdb1a5804bf559e0915857f8c68333a2d2657d3e8b5a03ada8b25af3ba53498d11d942508a2b2bb2
$(DL_FILE)_BLAKE2 = e79e8938a38a3e7af83262cfcf9055d69e733876ab60b2f68f8a7c69ecbc1b7402fa6a673d5bf6863a04ae7572f25bd79a0271d8550118ecf0b05d0f2f67f4e2

install : $(TARGET)

Expand Down

0 comments on commit 6ced635

Please sign in to comment.