summaryrefslogtreecommitdiffstats
path: root/tools/regression/netinet6/icmp6_filter/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-07-29 18:33:56 +0000
committerrwatson <rwatson@FreeBSD.org>2008-07-29 18:33:56 +0000
commit4293351cbabccdc65d6621bdcd54e53ffaa405c2 (patch)
tree4b5aa7770e096ee1f80124f5c54aab88e14b9ef9 /tools/regression/netinet6/icmp6_filter/Makefile
parentcd641465efc39b57509f1b8804848c55ba1b4738 (diff)
downloadFreeBSD-src-4293351cbabccdc65d6621bdcd54e53ffaa405c2.zip
FreeBSD-src-4293351cbabccdc65d6621bdcd54e53ffaa405c2.tar.gz
Add a simple ICMPv6 filter test for IPv6 raw sockets: determine that
the default ICMPv6 filter is pass all, test that we can set it to block all and restore to pass all. No attempt is made to test that the filtering works, just that we can get and set it.
Diffstat (limited to 'tools/regression/netinet6/icmp6_filter/Makefile')
-rw-r--r--tools/regression/netinet6/icmp6_filter/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/regression/netinet6/icmp6_filter/Makefile b/tools/regression/netinet6/icmp6_filter/Makefile
new file mode 100644
index 0000000..0e1bc3b
--- /dev/null
+++ b/tools/regression/netinet6/icmp6_filter/Makefile
@@ -0,0 +1,9 @@
+#
+# $FreeBSD$
+#
+
+PROG= icmp6_filter
+NO_MAN=
+WARNS?= 2
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud