summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorJan Engelhardt2007-12-05 08:27:38 +0100
committerDavid S. Miller2008-01-28 23:55:55 +0100
commit0265ab44bacc1a1e0e3f5873d8ca2d5a29e33db2 (patch)
tree977ab0ae0832876f5e46fb19e0047364e0bcdf45 /net/netfilter/Makefile
parent[NETFILTER]: x_tables: remove obsolete overflow check (diff)
downloadkernel-qcow2-linux-0265ab44bacc1a1e0e3f5873d8ca2d5a29e33db2.tar.gz
kernel-qcow2-linux-0265ab44bacc1a1e0e3f5873d8ca2d5a29e33db2.tar.xz
kernel-qcow2-linux-0265ab44bacc1a1e0e3f5873d8ca2d5a29e33db2.zip
[NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner
xt_owner merges ipt_owner and ip6t_owner, and adds a flag to match on socket (non-)existence. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/Makefile')
-rw-r--r--net/netfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
index 7763dea17be4..28f59a35aeef 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -67,6 +67,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_LIMIT) += xt_limit.o
obj-$(CONFIG_NETFILTER_XT_MATCH_MAC) += xt_mac.o
obj-$(CONFIG_NETFILTER_XT_MATCH_MARK) += xt_mark.o
obj-$(CONFIG_NETFILTER_XT_MATCH_MULTIPORT) += xt_multiport.o
+obj-$(CONFIG_NETFILTER_XT_MATCH_OWNER) += xt_owner.o
obj-$(CONFIG_NETFILTER_XT_MATCH_PHYSDEV) += xt_physdev.o
obj-$(CONFIG_NETFILTER_XT_MATCH_PKTTYPE) += xt_pkttype.o
obj-$(CONFIG_NETFILTER_XT_MATCH_POLICY) += xt_policy.o