aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/Makefile
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-06-27 13:36:11 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-07-22 12:00:22 +0200
commit85f5b3086a04c459f9147859fcbf7bdc7578c378 (patch)
treef14b01a895eed8fcb1200e40c867a0b69ab2d3f7 /net/bridge/netfilter/Makefile
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadlinux-dev-85f5b3086a04c459f9147859fcbf7bdc7578c378.tar.xz
linux-dev-85f5b3086a04c459f9147859fcbf7bdc7578c378.zip
netfilter: bridge: add reject support
So you can reject IPv4 and IPv6 packets from bridge tables. If the ether proto is now known, default on dropping the packet instead. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/bridge/netfilter/Makefile')
-rw-r--r--net/bridge/netfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/netfilter/Makefile b/net/bridge/netfilter/Makefile
index 1f78ea0d90e4..061d121cf8b9 100644
--- a/net/bridge/netfilter/Makefile
+++ b/net/bridge/netfilter/Makefile
@@ -4,6 +4,7 @@
obj-$(CONFIG_NF_TABLES_BRIDGE) += nf_tables_bridge.o
obj-$(CONFIG_NFT_BRIDGE_META) += nft_meta_bridge.o
+obj-$(CONFIG_NFT_BRIDGE_REJECT) += nft_reject_bridge.o
# packet logging
obj-$(CONFIG_NF_LOG_BRIDGE) += nf_log_bridge.o