On Thu, Jan 10, 2013 at 04:28:38PM +0100, pablo@xxxxxxxxxxxxx wrote: > From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > > This patch moves the struct xt_action_param to struct nft_pktinfo > and that structure is filled at the beginning of the every chain. > > The specific code to handle IPv4 and IPv6 now resides in > nf_tables_ipv[4|6]. > > +extern unsigned int nft_do_chain_pktinfo(struct nft_pktinfo *pkt, > + const struct nf_hook_ops *ops); Passing the pktinfo is something I also need to fix the transport layer parsing. I don't like that function name at all though, just keep nft_do_chain()? -- 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