Skip to content

[client] Fix legacy routing exclusion routes in kernel mode #4167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jul 24, 2025

Conversation

lixmal
Copy link
Collaborator

@lixmal lixmal commented Jul 17, 2025

Describe your changes

Same as #4154 but for the kernel mux:

  • Move the wrap logic from udpconn to packetconn (which is implemented by udpconn)
  • Wrap the shared sock in our custom packetconn
  • Remove routes in ice for both shared sock and userspace bind

Issue ticket number and link

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

@lixmal lixmal force-pushed the fix-bind-exclusion-routes-kernel branch from 4b5a1ae to c011f66 Compare July 17, 2025 14:49
@lixmal lixmal force-pushed the fix-bind-exclusion-routes-kernel branch from c011f66 to f03f298 Compare July 17, 2025 19:32
@lixmal lixmal force-pushed the fix-bind-exclusion-routes branch from c8f0695 to 1bf4683 Compare July 18, 2025 22:04
@lixmal lixmal force-pushed the fix-bind-exclusion-routes branch from 1bf4683 to 9fcc0f8 Compare July 18, 2025 22:05
Base automatically changed from fix-bind-exclusion-routes to main July 21, 2025 10:13
Copy link

@pappz pappz self-requested a review July 21, 2025 13:17
@lixmal lixmal merged commit e5e275c into main Jul 24, 2025
33 checks passed
@lixmal lixmal deleted the fix-bind-exclusion-routes-kernel branch July 24, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants