From: "Gao Feng" <gfree.wind@foxmail.com>
To: <gfree.wind@foxmail.com>, <pablo@netfilter.org>,
<netfilter-devel@vger.kernel.org>
Subject: RE: [PATCH nf-next 1/1] netfilter: udplite4: Remove duplicated udplite4 declaration
Date: Wed, 5 Apr 2017 09:58:50 +0800 [thread overview]
Message-ID: <002401d2adb0$2bd4a050$837de0f0$@foxmail.com> (raw)
In-Reply-To: <1491355395-52913-1-git-send-email-gfree.wind@foxmail.com>
Hi,
> -----Original Message-----
> From: gfree.wind@foxmail.com [mailto:gfree.wind@foxmail.com]
> Sent: Wednesday, April 5, 2017 9:23 AM
> To: pablo@netfilter.org; netfilter-devel@vger.kernel.org
> Cc: Gao Feng <fgao@ikuai8.com>
> Subject: [PATCH nf-next 1/1] netfilter: udplite4: Remove duplicated
udplite4
> declaration
>
> From: Gao Feng <fgao@ikuai8.com>
>
> There are two nf_conntrack_l4proto_udp4 declarations in the head file
> nf_conntrack_ipv4.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 | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/net/netfilter/ipv4/nf_conntrack_ipv4.h
> b/include/net/netfilter/ipv4/nf_conntrack_ipv4.h
> index 6ff3281..919e4e8 100644
> --- a/include/net/netfilter/ipv4/nf_conntrack_ipv4.h
> +++ b/include/net/netfilter/ipv4/nf_conntrack_ipv4.h
> @@ -14,7 +14,6 @@
>
> extern struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp4; extern
> struct nf_conntrack_l4proto nf_conntrack_l4proto_udp4; -extern struct
> nf_conntrack_l4proto nf_conntrack_l4proto_udplite4; extern struct
> nf_conntrack_l4proto nf_conntrack_l4proto_icmp; #ifdef
> CONFIG_NF_CT_PROTO_DCCP extern struct nf_conntrack_l4proto
> nf_conntrack_l4proto_dccp4;
> --
> 1.9.1
>
Sorry, please ignore this patch.
Because I find there is another duplicated declaration in IPv6 codes.
So I have sent v2 patch already.
Regards
Feng
prev parent reply other threads:[~2017-04-05 1:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 1:23 [PATCH nf-next 1/1] netfilter: udplite4: Remove duplicated udplite4 declaration gfree.wind
2017-04-05 1:58 ` Gao Feng [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='002401d2adb0$2bd4a050$837de0f0$@foxmail.com' \
--to=gfree.wind@foxmail.com \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).