diff --git a/.github/workflows/k3s-sctpmh-ubuntu-22.yml b/.github/workflows/k3s-sctpmh-ubuntu-22.yml index 274d4db70..43b24926b 100644 --- a/.github/workflows/k3s-sctpmh-ubuntu-22.yml +++ b/.github/workflows/k3s-sctpmh-ubuntu-22.yml @@ -27,7 +27,7 @@ jobs: sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt-get update sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin - - run: sudo apt-get -y install bridge-utils iproute2 lksctp-tools iputils-ping + - run: sudo apt-get -y install bridge-utils iproute2 lksctp-tools iputils-ping net-tools - run: | echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV - uses: actions/checkout@v2 diff --git a/loxilb-ebpf b/loxilb-ebpf index c949fbe7a..2c1db4ce4 160000 --- a/loxilb-ebpf +++ b/loxilb-ebpf @@ -1 +1 @@ -Subproject commit c949fbe7ac3d0e2304a67f302c19d742e1d0420f +Subproject commit 2c1db4ce4698b9106e9f93d06518fe386329b2b7 diff --git a/loxinet/loxinettest.go b/loxinet/loxinettest.go index 389aa7afe..eaea06469 100644 --- a/loxinet/loxinettest.go +++ b/loxinet/loxinettest.go @@ -32,6 +32,7 @@ func TestLoxinet(t *testing.T) { opts.Opts.CPUProfile = "none" opts.Opts.Prometheus = false opts.Opts.K8sApi = "none" + opts.Opts.ClusterNodes = "none" fmt.Printf("LoxiLB Net Unit-Test \n") loxiNetInit()