All of lore.kernel.org
 help / color / mirror / Atom feed
* libnetfilter_conntrack: ABI breakage error
@ 2021-05-21 17:55 Psyspy 22
  2021-05-21 21:56 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 5+ messages in thread
From: Psyspy 22 @ 2021-05-21 17:55 UTC (permalink / raw)
  To: netfilter

Hello,

I am trying to dump conntrack entries from my application. When I run
the binary, it throws the following error and exits:

# ./dump
ctnetlink kernel ABI is broken, contact your vendor.
../../source_subfolder/src/conntrack/parse_mnl.c:824 reason: Numerical
result out of range

I looked at the source code of the library, it seems to be this line:

case CTA_SYNPROXY_TSOFF:
           if (mnl_attr_validate(attr, MNL_TYPE_U32) < 0)
               abi_breakage();
           break;
       }

I am not sure why this issue occurs or how to fix it. I appreciate any help!

Kind Regards!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-22 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-21 17:55 libnetfilter_conntrack: ABI breakage error Psyspy 22
2021-05-21 21:56 ` Pablo Neira Ayuso
2021-05-22  0:55   ` Psyspy 22
2021-05-22 11:14     ` Florian Westphal
2021-05-22 18:04       ` Psyspy 22

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.