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@xxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html