]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
netfilter: udplite: Remove duplicated udplite4/6 declaration
authorGao Feng <fgao@ikuai8.com>
Wed, 5 Apr 2017 01:57:04 +0000 (09:57 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 8 Apr 2017 22:08:22 +0000 (00:08 +0200)
commit4f139972b489f8bc2c821aa25ac65018d92af3f7
treeff4a9288b64b8eab5ba755f9ce956a55f7ed8216
parent1e038e3eef7d68dcdae4abfb5da7f2dff4becb63
netfilter: udplite: Remove duplicated udplite4/6 declaration

There are two nf_conntrack_l4proto_udp4 declarations in the head file
nf_conntrack_ipv4/6.h. Now remove one which is not enbraced by the macro
CONFIG_NF_CT_PROTO_UDPLITE.

Signed-off-by: Gao Feng <fgao@ikuai8.com>
include/net/netfilter/ipv4/nf_conntrack_ipv4.h
include/net/netfilter/ipv6/nf_conntrack_ipv6.h