Closed
Description
There are missing definitons from linux/include/uapi/linux/netfilter/nf_tables.h
. I am opening this ticket due to a missing definitions for NFT_CT_ZONE
, but upon checking that I realized there are a bunch of definitions from that file missing as well.
This is the header I am referring to: https://github.com/torvalds/linux/blob/master/include/uapi/linux/netfilter/nf_tables.h
This is where the definitions are:
libc/src/unix/linux_like/linux/mod.rs
Line 4034 in ad75ba1
If this is just a matter of adding the missing definitions, I'd be happy to do it. Let me know.