Skip to content

Conversation

@fasaxc
Copy link
Member

@fasaxc fasaxc commented Jan 13, 2026

Cherry-pick history

Description

The old condition checked that the "borrowed" flag was false before checking if the route was a workload. There's no reason that a local workload can't have a borrowed IP, so this was a bug.

We now have an explicit "really a local WEP" flag; use that explicitly to avoid confusion with the informational flags (where multiple flags can be set for borrowed IPs).

Related issues/PRs

CORE-12198

Release Note

eBPF: fix that local workload with borrowed IPs lose connectivity

…ojectcalico#11640)

eBPF: fix that local workload with borrowed IPs lose connectivity

The old condition checked that the "borrowed" flag was false before
checking if the route was a workload.  There's no reason that a local
workload can't have a borrowed IP, so this was a bug.

We now have an explicit "really a local WEP" flag; use that explicitly
to avoid confusion with the informational flags (where multiple flags
can be set for borrowed IPs).

(cherry picked from commit c3ae458)
Copilot AI review requested due to automatic review settings January 13, 2026 09:39
@fasaxc fasaxc requested a review from a team as a code owner January 13, 2026 09:39
@fasaxc fasaxc added release-note-required Change has user-facing impact (no matter how small) docs-not-required Docs not required for this change kind/regression changed behaviour between versions labels Jan 13, 2026
@marvin-tigera marvin-tigera added this to the Calico v3.31.4 milestone Jan 13, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-not-required Docs not required for this change kind/regression changed behaviour between versions release-note-required Change has user-facing impact (no matter how small)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants