Skip to content
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

TC program to redirect ingress traffic to a UDPRoute backend #9

Closed
1 of 2 tasks
shaneutt opened this issue Nov 8, 2022 · 1 comment
Closed
1 of 2 tasks

TC program to redirect ingress traffic to a UDPRoute backend #9

shaneutt opened this issue Nov 8, 2022 · 1 comment
Assignees
Labels
area/dataplane feature New feature or request

Comments

@shaneutt
Copy link
Member

shaneutt commented Nov 8, 2022

Problem Statement

Previously we had a demo of using XDP to redirect packets to a Pod using UDPRoute. XDP however comes with a lot of additional baggage, and misses out on several helper functions that you can only get with skbuff in TC eBPF programs. The purpose of this task is to try and re-implement what we had before in TC.

Prerequisites

Acceptance Criteria

  • the demo we previously ran should now be runnable with a TC program instead
@shaneutt
Copy link
Member Author

shaneutt commented Dec 7, 2022

#23 handled a part of this, and #41 will handle the last bit, so closing this as outmoded.

@shaneutt shaneutt closed this as completed Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dataplane feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants