From: Joe Stringer
Date: Thu, 1 Sep 2016 18:01:47 -0700
> When an error occurs during conntrack template creation as part of
> actions validation, we need to free the template. Previously we've been
> using nf_ct_put() to do this, but nf_ct_tmpl_free() is more appropriate.
>
> Signed-off-by: Jo
When an error occurs during conntrack template creation as part of
actions validation, we need to free the template. Previously we've been
using nf_ct_put() to do this, but nf_ct_tmpl_free() is more appropriate.
Signed-off-by: Joe Stringer
---
net/openvswitch/conntrack.c | 2 +-
1 file changed,