[NETFILTER]: Fix NAT init order
authorPatrick McHardy <kaber@trash.net>
Mon, 19 Dec 2005 21:53:09 +0000 (13:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Dec 2005 21:53:09 +0000 (13:53 -0800)
As noticed by Phil Oester, the GRE NAT protocol helper is initialized
before the NAT core, which makes registration fail.

Change the linking order to make NAT be initialized first.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found