sit: fix panic with route cache in ip tunnels
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Thu, 20 Feb 2014 09:19:31 +0000 (10:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Feb 2014 18:13:50 +0000 (13:13 -0500)
Bug introduced by commit 7d442fab0a67 ("ipv4: Cache dst in tunnels").

Because sit code does not call ip_tunnel_init(), the dst_cache was not
initialized.

CC: Tom Herbert <therbert@google.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found