Skip to content

Conversation

@xliuxu
Copy link
Contributor

@xliuxu xliuxu commented Dec 12, 2025

When WireGuard encryption is enabled, Egress traffic from remote Pods needs tunnel-based forwarding and policy routing rules similar to hybrid mode. This commit removes the WireGuard exception from tunnel interface creation and adds the necessary OpenFlow flows and routing rules to support Egress functionality with WireGuard.

Fixes: #6190

Copy link
Contributor

@antoninbas antoninbas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to highlight somewhere that Egress traffic is not encrypted between the source Node and the Egress Node
cc @tnqn

@xliuxu xliuxu force-pushed the topic/fix-wg-egress branch from e5eed84 to c4ef54a Compare December 15, 2025 03:30
When WireGuard encryption is enabled, Egress traffic from remote Pods
needs tunnel-based forwarding and policy routing rules similar to
hybrid mode. This commit removes the WireGuard exception from tunnel
interface creation and adds the necessary OpenFlow flows and routing
rules to support Egress functionality with WireGuard.

Fixes: antrea-io#6190

Signed-off-by: Xu Liu <[email protected]>
@xliuxu xliuxu force-pushed the topic/fix-wg-egress branch from c4ef54a to 1af6b00 Compare December 15, 2025 07:28
@luolanzone luolanzone added this to the Antrea v2.6 release milestone Dec 19, 2025
@luolanzone luolanzone added the action/release-note Indicates a PR that should be included in release notes. label Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action/release-note Indicates a PR that should be included in release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Antrea EgressIP does not work if wireGuard is enabled

3 participants