Skip to content

Commit

Permalink
netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nbd168 authored and ummakynes committed Apr 21, 2018
1 parent 4f3780c commit 1a999d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/netfilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 1a999d8

Please sign in to comment.