Skip to content

Commit

Permalink
github/workflows: Enable DSR with WireGuard in ci-dp
Browse files Browse the repository at this point in the history
#23328 got resolved.

We didn't enable for the second TODO as DSR is not supported with the
VXLAN.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and pchaigno committed Apr 28, 2023
1 parent 6f2a05b commit 2af6925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance-datapath.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
tunnel: 'disabled'
encryption: 'wireguard'
encryption-node: 'false'
lb-mode: 'snat' # https://github.com/cilium/cilium/issues/23328
lb-mode: 'dsr'
endpoint-routes: 'true'
egress-gateway: 'true'

Expand All @@ -292,7 +292,7 @@ jobs:
tunnel: 'vxlan'
encryption: 'wireguard'
encryption-node: 'true'
lb-mode: 'snat' # https://github.com/cilium/cilium/issues/23328
lb-mode: 'snat'
egress-gateway: 'true'

- name: '15'
Expand Down

0 comments on commit 2af6925

Please sign in to comment.