On Sat, Jun 11, 2016 at 09:57:35PM +0200, Florian Westphal wrote: > Curently we store zone information as a conntrack extension. > This has one drawback: for every lookup we need to fetch the zone data > from the extension area. > > This change place the zone data directly into the main conntrack object > structure and then removes the zone conntrack extension. > > The zone data is just 4 bytes, it fits into a padding hole before > the tuplehash info, so we do not even increase the nf_conn structure size. Applied, thanks. -- 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