xfrm: Release dst if this dst is improper for vti tunnel
authorfan.du <fan.du@windriver.com>
Tue, 19 Nov 2013 08:53:28 +0000 (16:53 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Dec 2013 15:29:14 +0000 (07:29 -0800)
commitfa3735e9981998674f23fb99212a591a5a69a9b0
tree65eb4f41f3f9fef3266d1362989c43b660411d95
parent0a6905b2186e5ae1715545d067dde8ad830fc3f5
xfrm: Release dst if this dst is improper for vti tunnel

[ Upstream commit 236c9f84868534c718b6889aa624de64763281f9 ]

After searching rt by the vti tunnel dst/src parameter,
if this rt has neither attached to any transformation
nor the transformation is not tunnel oriented, this rt
should be released back to ip layer.

otherwise causing dst memory leakage.

Signed-off-by: Fan Du <fan.du@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/ip_vti.c