netfilter: nf_nat: add protoff argument to packet mangling functions
authorPatrick McHardy <kaber@trash.net>
Sun, 26 Aug 2012 17:14:04 +0000 (19:14 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 30 Aug 2012 01:00:13 +0000 (03:00 +0200)
For mangling IPv6 packets the protocol header offset needs to be known
by the NAT packet mangling functions. Add a so far unused protoff argument
and convert the conntrack and NAT helpers to use it in preparation of
IPv6 NAT.

Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found