-
Notifications
You must be signed in to change notification settings - Fork 3.4k
endpoint: Place endpoints without bpf to endpoints map #33014
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
Conversation
e641980
to
a543b46
Compare
a7baeab
to
cd35204
Compare
/test |
This pull request has been automatically marked as stale because it |
This pull request has not seen any activity since it was marked stale. |
Even endpoints without bpf programs or policy need ARP and IPv6 ND to work so that traffic can reach them. Place such endpoints in the bpf endpoints map (aka lxcmap). This fixes missing IPv6 ND responses for the Ingress IPs. Fixes: cilium#32980 Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
cd35204
to
b34b6ec
Compare
This pull request has been automatically marked as stale because it |
This pull request has not seen any activity since it was marked stale. |
Superseded by #35143 |
Rebased before reopening, so could not reopen any more. New PR at #35143. |
Even endpoints without bpf programs or policy need ARP and IPv6 ND to work so that traffic can reach them. Place such endpoints in the bpf endpoints map (aka lxcmap).
This fixes missing IPv6 ND responses for the Ingress IPs.
Fixes: #32980