commit | cf71d2bc0b8a473209d5c770ce560853bd720d14 | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Thu Feb 20 10:19:31 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 20 13:13:50 2014 -0500 |
tree | 9ecc5d5a3f3c0bb44a5f82a238f427291efef702 | |
parent | 6671b2240c54585d4afb5286a29f1569fe5e40a8 [diff] |
sit: fix panic with route cache in ip tunnels 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>