浏览代码

netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.c

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>
Felix Fietkau 7 年之前
父节点
当前提交
1a999d899b
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      net/netfilter/Makefile
  2. 0 0
      net/netfilter/nf_flow_table_core.c

+ 2 - 0
net/netfilter/Makefile

@@ -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 

+ 0 - 0
net/netfilter/nf_flow_table.c → net/netfilter/nf_flow_table_core.c