mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
loxilb: add loxilb load balancer addon
build loxilb in BPFire requires golang 1.22.0, but then had issue [0], run go mod vendor to prepare the loxilb to download golang dependencies package beforehand to avoid issue [0] loxilb-ebpf build also requires gnu/stubs-32.h use [1] as workaround [0]: https://github.com/vincentmli/BPFire/issues/18 [1]: https://github.com/vincentmli/BPFire/issues/16 Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
6
config/rootfiles/common/loxilb
Normal file
6
config/rootfiles/common/loxilb
Normal file
@@ -0,0 +1,6 @@
|
||||
opt/loxilb/llb_ebpf_emain.o
|
||||
opt/loxilb/llb_ebpf_main.o
|
||||
opt/loxilb/llb_kern_sock.o
|
||||
opt/loxilb/llb_xdp_main.o
|
||||
opt/loxilb/loxilb_libdp.o
|
||||
usr/bin/loxilb
|
||||
Reference in New Issue
Block a user