Here is the first mail I sent to netfilter@. The whole thread can be read at http://comments.gmane.org/gmane.comp.security.firewalls.netfilter.general/47842 ----- Hello, (Platform: Intel Atom (x86_64), Linux 3.19.1, musl 1.1.7, latest nftables/libnftnl/libmnl from git. All iptables modules out of the kernel, all necessary nftables modules in.) I can flush tables, create tables and create chains with nft without trouble; however, every time I try and add a rule to a chain, no matter what chain, no matter in what table, I get the following error: netlink.c:182: Memory allocation failure I dug a bit and found that the error always happens when alloc_nft_expr() is called for the *first* time (which is also the last, since nft exits at that point...) and it is always called with the argument "payload". What is happening ? Anything I could do to help fix it ? Thanks, -- Laurent ----- -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html