ci:wireguard: enable Host Firewall in native routing e2e tests#43450
Merged
ci:wireguard: enable Host Firewall in native routing e2e tests#43450
Conversation
531ed05 to
61a9232
Compare
61a9232 to
563f6fd
Compare
This enabled Host Firewall in the `wireguard-3` config. This helps us validating that host-related packets go through the host firewall hook in `cilium_host` when WireGuard is enabled in native routing. In overlay, even if we'd miss a redirect we'd see the packet in bpf_overlay, which will then redirect the packet to bpf_host for HostFW validation. Signed-off-by: Simone Magnani <simone.magnani@isovalent.com>
563f6fd to
1a13aca
Compare
Contributor
Author
|
/ci-l3-l4 HostFW tests are being executed with L3L4 Only 🍏 |
Contributor
Author
|
/ci-l7 HostFW tests are being skipped when L7 Only. |
Contributor
Author
|
/test |
rgo3
approved these changes
Feb 3, 2026
Contributor
Author
|
@cilium/ci-structure @cilium/github-sec PTAL. |
Artyop
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This enabled Host Firewall in the
wireguard-3config.This helps us validating that host-related packets go through the host
firewall hook in
cilium_hostwhen WireGuard is enabled in native routing.In overlay, even if we'd miss a redirect we'd see the packet in bpf_overlay,
which will then redirect the packet to bpf_host for HostFW validation.
Fixes: #43374.