summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-08-26 19:14:27 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-08-30 03:00:23 +0200
commit5901b6be885e2c9a30fd94803b846b3d33e351dd (patch)
treec0d39ccddcd339eb7d1a0866006faf6aeebdc16b /net/netfilter/Makefile
parent9a664821068739dbc8eac13770e28167b46a0c0f (diff)
downloadop-kernel-dev-5901b6be885e2c9a30fd94803b846b3d33e351dd.zip
op-kernel-dev-5901b6be885e2c9a30fd94803b846b3d33e351dd.tar.gz
netfilter: nf_nat: support IPv6 in IRC NAT helper
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Patrick McHardy <kaber@trash.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 7d6d1a0..0dd7929 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -57,6 +57,7 @@ obj-$(CONFIG_NF_NAT_PROTO_SCTP) += nf_nat_proto_sctp.o
# NAT helpers
obj-$(CONFIG_NF_NAT_AMANDA) += nf_nat_amanda.o
obj-$(CONFIG_NF_NAT_FTP) += nf_nat_ftp.o
+obj-$(CONFIG_NF_NAT_IRC) += nf_nat_irc.o
obj-$(CONFIG_NF_NAT_SIP) += nf_nat_sip.o
# transparent proxy support
OpenPOWER on IntegriCloud