commit | 4f139972b489f8bc2c821aa25ac65018d92af3f7 | [log] [tgz] |
---|---|---|
author | Gao Feng <fgao@ikuai8.com> | Wed Apr 05 09:57:04 2017 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Apr 09 00:08:22 2017 +0200 |
tree | ff4a9288b64b8eab5ba755f9ce956a55f7ed8216 | |
parent | 1e038e3eef7d68dcdae4abfb5da7f2dff4becb63 [diff] |
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>