Skip to content

Commit

Permalink
setting the fullstate ipvs as main
Browse files Browse the repository at this point in the history
Signed-off-by: Daman <[email protected]>
  • Loading branch information
aroradaman committed Apr 25, 2023
1 parent 501ccff commit 051c972
Show file tree
Hide file tree
Showing 64 changed files with 436 additions and 5,150 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/backend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,17 @@ jobs:
- name: build backends/iptables
run: ./hack/test_backend_build.sh iptables

ipvs-as-sink:
name: build backend package ipvs-as-sink
ipvs:
name: build backend package ipvs
needs: setup
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: build backends/ipvs-as-sink
- name: build backends/ipvs
run: ./hack/test_backend_build.sh ipvs

ipvsfullstate:
name: build backend package ipvsfullstate
needs: setup
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: build backends/ipvsfullstate
run: ./hack/test_backend_build.sh ipvsfullstate

nft:
name: build backend package nft
needs: setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
ipFamily: ["ipv4", "ipv6", "dual"]
backend: ["iptables", "nft", "ipvs", "ipvsfullstate", "ebpf", "userspacelin"]
backend: ["iptables", "nft", "ipvs", "ebpf", "userspacelin"]
exclude:
- ipFamily: "ipv6"
backend: "ebpf"
Expand Down
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,6 @@ e2e-ipv6-ipvs: go_mod_tests_requirement
e2e-dual-ipvs: go_mod_tests_requirement
./hack/test_e2e.sh -i dual -b ipvs

## E2E with IPV4 and IPVS
e2e-ipv4-ipvsfullstate: go_mod_tests_requirement
./hack/test_e2e.sh -i ipv4 -b ipvsfullstate

## E2E with IPV6 and IPVS
e2e-ipv6-ipvsfullstate: go_mod_tests_requirement
./hack/test_e2e.sh -i ipv6 -b ipvsfullstate

## E2E with DUAL and IPVS
e2e-dual-ipvsfullstate: go_mod_tests_requirement
./hack/test_e2e.sh -i dual -b ipvsfullstate

## E2E with IPV4 and NFT
e2e-ipv4-nft: go_mod_tests_requirement
./hack/test_e2e.sh -i ipv4 -b nft
Expand Down
104 changes: 0 additions & 104 deletions backends/ipvs-as-sink/baseportinfo.go

This file was deleted.

143 changes: 0 additions & 143 deletions backends/ipvs-as-sink/clusteripsvc.go

This file was deleted.

Loading

0 comments on commit 051c972

Please sign in to comment.