netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ken-ichirou MATSUZAWA <chamaken@gmail.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: The netfilter developer mailinglist <netfilter-devel@vger.kernel.org>
Subject: [PATCHv2 nf-next 2/5] netfilter: nf_conntrack_netlink: rename to link ct attachment with
Date: Tue, 1 Sep 2015 09:39:37 +0900	[thread overview]
Message-ID: <20150901003937.GC2642@gmail.com> (raw)
In-Reply-To: <20150901003436.GA2642@gmail.com>

This patch is the first pharse of which linking conntrack attach code
with nf_conntrack_netlink. The plan is intended to attach a conntrack
to nflog, based on what nfqueue has already done.

Signed-off-by: Ken-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>
---
 net/netfilter/Makefile                                                |    1 +
 net/netfilter/{nf_conntrack_netlink.c => nf_conntrack_netlink_core.c} |    0
 2 files changed, 1 insertion(+)
 rename net/netfilter/{nf_conntrack_netlink.c => nf_conntrack_netlink_core.c} (100%)

diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
index 70d026d..05a7746 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -25,6 +25,7 @@ obj-$(CONFIG_NF_CT_PROTO_SCTP) += nf_conntrack_proto_sctp.o
 obj-$(CONFIG_NF_CT_PROTO_UDPLITE) += nf_conntrack_proto_udplite.o
 
 # netlink interface for nf_conntrack
+nf_conntrack_netlink-y := nf_conntrack_netlink_core.o
 obj-$(CONFIG_NF_CT_NETLINK) += nf_conntrack_netlink.o
 obj-$(CONFIG_NF_CT_NETLINK_TIMEOUT) += nfnetlink_cttimeout.o
 obj-$(CONFIG_NF_CT_NETLINK_HELPER) += nfnetlink_cthelper.o
diff --git a/net/netfilter/nf_conntrack_netlink.c b/net/netfilter/nf_conntrack_netlink_core.c
similarity index 100%
rename from net/netfilter/nf_conntrack_netlink.c
rename to net/netfilter/nf_conntrack_netlink_core.c
-- 
1.7.10.4


  parent reply	other threads:[~2015-09-01  0:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24 23:10 [PATCH nf-next 0/2] netfilter: nfnetlink_log attach conntrack Ken-ichirou MATSUZAWA
2015-08-24 23:13 ` [PATCH nf-next 1/2] netfilter: nfnetlink_queue: enable to specify nla type Ken-ichirou MATSUZAWA
2015-08-24 23:15 ` [PATCH nf-next 2/2] netfilter: nfnetlink_log: allow to attach conntrack Ken-ichirou MATSUZAWA
2015-08-26 19:05   ` Pablo Neira Ayuso
2015-08-28  6:43     ` Ken-ichirou MATSUZAWA
2015-09-01  0:34     ` Ken-ichirou MATSUZAWA
2015-09-01  0:37       ` [PATCHv2 nf-next 1/5] netfilter: nfnetlink_queue: enable to specify nla type Ken-ichirou MATSUZAWA
2015-09-01  0:39       ` Ken-ichirou MATSUZAWA [this message]
2015-09-01  0:41       ` [PATCHv2 nf-next 3/5] netfilter: nfnetlink_queue_ct: export functions Ken-ichirou MATSUZAWA
2015-09-03 10:10         ` Pablo Neira Ayuso
2015-09-07  7:44           ` Ken-ichirou MATSUZAWA
2015-09-01  0:52       ` [PATCHv2 nf-next 4/5] netfilter: nfnetlink_queue: rename nfnetlink_queue_core.c Ken-ichirou MATSUZAWA
2015-09-01  0:54       ` [PATCHv2 nf-next 5/5] netfilter: nfnetlink_log: allow to attach conntrack Ken-ichirou MATSUZAWA

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=20150901003937.GC2642@gmail.com \
    --to=chamaken@gmail.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).