Closed murrayh closed 7 months ago
bpftool reports a cryptic "No space left on device" error when attempting to dump a SockMap
bpftool
SockMap
This is because the value_size is 4B -- it needs to be 8B to work with bpftool.
value_size
4B
8B
With this change, the commands look like:
Thank-you I have force pushed the the Sign off message
bpftool
reports a cryptic "No space left on device" error when attempting to dump aSockMap
This is because the
value_size
is4B
-- it needs to be8B
to work withbpftool
.With this change, the commands look like: