Skip to content

Commit c4e70a8

Browse files
committed
netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.c
To prepare separation of the IPv6 code into different file. Signed-off-by: Pablo Neira Ayuso <[email protected]>
1 parent a1a56aa commit c4e70a8

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

net/bridge/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ bridge-$(CONFIG_SYSFS) += br_sysfs_if.o br_sysfs_br.o
1212

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

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

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

0 commit comments

Comments
 (0)