You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Problem Statement
Previously we had a demo of using
XDP
to redirect packets to aPod
usingUDPRoute
.XDP
however comes with a lot of additional baggage, and misses out on several helper functions that you can only get withskbuff
inTC
eBPF programs. The purpose of this task is to try and re-implement what we had before in TC.Prerequisites
Acceptance Criteria
The text was updated successfully, but these errors were encountered: