]> git.proxmox.com Git - mirror_ovs.git/commit - acinclude.m4
datapath: introduce nf_conntrack_helper_put function
authorGreg Rose <gvrose8192@gmail.com>
Fri, 21 Jul 2017 23:46:04 +0000 (16:46 -0700)
committerJoe Stringer <joe@ovn.org>
Mon, 24 Jul 2017 18:24:32 +0000 (11:24 -0700)
commitac8e3c6d14d2f7eb8b02d023aa95cfb025c601d1
tree47abb3c88ea2f48e483333fb2deff073068de16e
parent67e3ddf1e9ffa79d5b4e6dee691a6344325b4087
datapath: introduce nf_conntrack_helper_put function

Upstream commit:
    commit d91fc59cd77c719f33eda65c194ad8f95a055190
    Author: Liping Zhang <zlpnobody@gmail.com>
    Date:   Sun May 7 22:01:55 2017 +0800

    netfilter: introduce nf_conntrack_helper_put helper function

    And convert module_put invocation to nf_conntrack_helper_put, this is
    prepared for the followup patch, which will add a refcnt for cthelper,
    so we can reject the deleting request when cthelper is in use.

Signed-off-by: Liping Zhang <zlpnobody@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Applied with additional use of HAVE_NF_CONNTRACK_HELPER_PUT compatibility
flag defined in acinclude.m4.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Joe Stringer <joe@ovn.org>
acinclude.m4
datapath/conntrack.c
datapath/linux/Modules.mk
datapath/linux/compat/include/net/netfilter/nf_conntrack_helper.h [new file with mode: 0644]