Skip to content

Commit

Permalink
netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.c
Browse files Browse the repository at this point in the history
To prepare separation of the IPv6 code into different file.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Pablo Neira Ayuso committed Jun 18, 2015
1 parent a1a56aa commit c4e70a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/bridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ bridge-$(CONFIG_SYSFS) += br_sysfs_if.o br_sysfs_br.o

bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o

br_netfilter-y := br_netfilter_hooks.o
obj-$(CONFIG_BRIDGE_NETFILTER) += br_netfilter.o

bridge-$(CONFIG_BRIDGE_IGMP_SNOOPING) += br_multicast.o br_mdb.o
Expand Down
File renamed without changes.

0 comments on commit c4e70a8

Please sign in to comment.