Skip to content

Commit

Permalink
Merge pull request #211 from dj-nlx/main
Browse files Browse the repository at this point in the history
PR - Stability fixes for v0.8.0
  • Loading branch information
PacketCrunch committed Jan 30, 2023
2 parents 99622e5 + c73eb9c commit 47255e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cicd/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spawn_docker_host() {
fi
fi
docker run -u root --cap-add SYS_ADMIN --restart unless-stopped --privileged -dt --entrypoint /bin/bash $bgp_conf -v /dev/log:/dev/log -v /etc/shared/$dname:/etc/shared $loxilb_config $ka_conf --name $dname ghcr.io/loxilb-io/loxilb:latest
docker exec -dt $dname /root/loxilb-io/loxilb/loxilb $bgp_opts $cluster_opts $ka_opts --host=0.0.0.0
docker exec -dt $dname /root/loxilb-io/loxilb/loxilb $bgp_opts $cluster_opts $ka_opts

if [[ "$ka" == "out" ]];then
ka_opts="-k out"
Expand Down
2 changes: 1 addition & 1 deletion loxilb-ebpf

0 comments on commit 47255e9

Please sign in to comment.