summaryrefslogtreecommitdiffstats
path: root/sys/modules/ip6fw
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2006-05-12 20:39:23 +0000
committermlaier <mlaier@FreeBSD.org>2006-05-12 20:39:23 +0000
commit123e91766b9a892556b2436bc59b9c6c5d6d8529 (patch)
treef4f22df7c476b68df1c6800d1b6306e9e02fa898 /sys/modules/ip6fw
parentfeb912d35980d6573e945f8726a0a1df9128ec2b (diff)
downloadFreeBSD-src-123e91766b9a892556b2436bc59b9c6c5d6d8529.zip
FreeBSD-src-123e91766b9a892556b2436bc59b9c6c5d6d8529.tar.gz
Remove ip6fw. Since ipfw has full functional IPv6 support now and - in
contrast to ip6fw - is properly lockes, it is time to retire ip6fw.
Diffstat (limited to 'sys/modules/ip6fw')
-rw-r--r--sys/modules/ip6fw/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/modules/ip6fw/Makefile b/sys/modules/ip6fw/Makefile
deleted file mode 100644
index 42ca025..0000000
--- a/sys/modules/ip6fw/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../netinet6
-
-KMOD= ip6fw
-SRCS= ip6_fw.c
-
-CFLAGS+= -DIPV6FIREWALL
-
-#If you want it verbose
-#CFLAGS+= -DIPV6FIREWALL_VERBOSE
-#CFLAGS+= -DIPV6FIREWALL_VERBOSE_LIMIT=100
-#
-#If you want it to pass all packets by default
-#CFLAGS+= -DIPV6FIREWALL_DEFAULT_TO_ACCEPT
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud