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
I suspect it's caused by adjust_ipv4_len during tproxy_wan_egress. It looks even IPv6 UDP packets are handled by adjust_ipv4_len, not sure what consequence it is.
Expected Behavior
No response
Steps to Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
jschwinger233
changed the title
[Bug Report] IPv6 UDP dropped due to SKB_DROP_REASON_PKT_TOO_SMALL
[Bug Report] WAN IPv6 UDP dropped due to SKB_DROP_REASON_PKT_TOO_SMALL
Dec 30, 2023
Checks
Current Behavior
dig @2001:4860:4860::8844 one.one.one.one
couldn't get response.dae trace log says it never receive any IPv6 UDP request.
pwru
tracing says packets are dropped by kernel due to SKB_DROP_REASON_PKT_TOO_SMALL:Kernel source says skb->len doesn't match udp->len:
https://github.com/torvalds/linux/blob/v6.5/net/ipv6/udp.c#L969-L970
I suspect it's caused by
adjust_ipv4_len
duringtproxy_wan_egress
. It looks even IPv6 UDP packets are handled byadjust_ipv4_len
, not sure what consequence it is.Expected Behavior
No response
Steps to Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: