OSDN Git Service

netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.c
authorFelix Fietkau <nbd@nbd.name>
Mon, 26 Feb 2018 09:15:12 +0000 (10:15 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 21 Apr 2018 17:41:55 +0000 (19:41 +0200)
Preparation for adding more code to the same module

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/Makefile
net/netfilter/nf_flow_table_core.c [moved from net/netfilter/nf_flow_table.c with 100% similarity]

index fd32bd2..700c5d5 100644 (file)
@@ -111,6 +111,8 @@ obj-$(CONFIG_NFT_FWD_NETDEV)        += nft_fwd_netdev.o
 
 # flow table infrastructure
 obj-$(CONFIG_NF_FLOW_TABLE)    += nf_flow_table.o
+nf_flow_table-objs := nf_flow_table_core.o
+
 obj-$(CONFIG_NF_FLOW_TABLE_INET) += nf_flow_table_inet.o
 
 # generic X tables