commit | 236c9f84868534c718b6889aa624de64763281f9 | [log] [tgz] |
---|---|---|
author | fan.du <fan.du@windriver.com> | Tue Nov 19 16:53:28 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 19 15:50:57 2013 -0500 |
tree | f4f6ff344b2ef8e0f77de798733777f037bf78de | |
parent | 840e93f2eee6ff0553cc2739ebc2395167a729f3 [diff] |
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>