4 Oct
2025
4 Oct
'25
3:47 p.m.
Demi Marie Obenour <demiobenour@gmail.com> writes:
Clang complains that it can't fine gnu-stubs32.h. Drop the ICMP parsing code to avoid this error. No functional change as the code is not actually used.
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com> --- tools/xdp-forwarder/parsing_helpers.h | 57 ----------------------------------- 1 file changed, 57 deletions(-)
What did you do that produced this error? We're supposed to have a reproducible environment, so something is going wrong if you're getting errors others don't. As previously discussed, we don't want to modify these headers, because then it'll get harder to sync them with upstream.