From owner-cvs-all@FreeBSD.ORG Tue Jul 29 18:34:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 186161065670; Tue, 29 Jul 2008 18:34:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 027968FC08; Tue, 29 Jul 2008 18:34:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6TIYCwi072316; Tue, 29 Jul 2008 18:34:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6TIYCEp072315; Tue, 29 Jul 2008 18:34:12 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200807291834.m6TIYCEp072315@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 29 Jul 2008 18:33:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/netinet6/icmp6_filter Makefile icmp6_filter.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 18:34:13 -0000 rwatson 2008-07-29 18:33:56 UTC FreeBSD src repository Added files: tools/regression/netinet6/icmp6_filter Makefile icmp6_filter.c Log: SVN rev 180966 on 2008-07-29 18:33:56Z by rwatson 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. Revision Changes Path 1.1 +9 -0 src/tools/regression/netinet6/icmp6_filter/Makefile (new) 1.1 +132 -0 src/tools/regression/netinet6/icmp6_filter/icmp6_filter.c (new)