On Tue, Oct 18, 2022 at 11:45:28AM -0500, Ian Pilcher wrote: > The res_id member of struct nfgenmsg is supposed to be in network > byte order (big endian). Call htons() in __nftnl_nlmsg_build_hdr() > to ensure that this is true on little endian systems. Applied to libnftnl, thanks.