]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Nov 2013 20:50:57 +0000 (15:50 -0500)
commit83be53bb331bec57628e91d997c4b50d55de6245
treef4f6ff344b2ef8e0f77de798733777f037bf78de
parent6a4cc813ef519fdb426301efe91e292084a55328
xfrm: Release dst if this dst is improper for vti tunnel

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>
net/ipv4/ip_vti.c