From owner-freebsd-ipfw@FreeBSD.ORG Sat Apr 24 23:14:56 2004 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B775D16A4CE for ; Sat, 24 Apr 2004 23:14:56 -0700 (PDT) Received: from black3.imgsrc.co.jp (black3.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F3143D46 for ; Sat, 24 Apr 2004 23:14:56 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black3.imgsrc.co.jp (Postfix) with ESMTP id 9928250B21; Sun, 25 Apr 2004 15:14:54 +0900 (JST) Received: from black3.imgsrc.co.jp (black3.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black3.imgsrc.co.jp (Postfix) with ESMTP id 5AF6B5085B; Sun, 25 Apr 2004 15:14:53 +0900 (JST) Date: Sun, 25 Apr 2004 15:14:53 +0900 Message-ID: <7md65wd1nm.wl@black3.imgsrc.co.jp> From: Jun Kuriyama To: Luigi Rizzo In-Reply-To: <20040424034501.A24992@xorpc.icir.org> References: <20040114130122.A86000@xorpc.icir.org> <7mpt9xd6p9.wl@black3.imgsrc.co.jp> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: ipfw@freebsd.org Subject: Re: Request for review: ipfw2 for IPV6 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2004 06:14:56 -0000 At Sat, 24 Apr 2004 03:45:01 -0700, Luigi Rizzo wrote: > attached -- it was agains a -current of a week ago, so there might > be some minor conflicts in the patch due to a recent ipfw change I fixed simple confilcts, but I couldn't finish buildworld. The diff against today's -current is here: http://www.imgsrc.co.jp/~kuriyama/BSD/ipfw2-ipv6-20040425.diff.gz The error logs of buildworld is: ===> sbin/ipfw cc -O -pipe -g -c /usr/src/sbin/ipfw/ipfw2.c In file included from /usr/src/sbin/ipfw/ipfw2.c:49: /usr/obj/usr/src/i386/usr/include/netinet/icmp6.h:176: error: field `mld_addr' has incomplete type /usr/obj/usr/src/i386/usr/include/netinet/icmp6.h:242: error: field `nd_ns_target' has incomplete type /usr/obj/usr/src/i386/usr/include/netinet/icmp6.h:253: error: field `nd_na_target' has incomplete type /usr/obj/usr/src/i386/usr/include/netinet/icmp6.h:275: error: field `nd_rd_target' has incomplete type /usr/obj/usr/src/i386/usr/include/netinet/icmp6.h:276: error: field `nd_rd_dst' has incomplete type /usr/obj/usr/src/i386/usr/include/netinet/icmp6.h:307: error: field `nd_opt_pi_prefix' has incomplete type /usr/obj/usr/src/i386/usr/include/netinet/icmp6.h:454: error: field `rpm_prefix' has incomplete type /usr/obj/usr/src/i386/usr/include/netinet/icmp6.h:470: error: field `rpu_prefix' has incomplete type /usr/obj/usr/src/i386/usr/include/netinet/icmp6.h:488: error: field `rrr_prefix' has incomplete type *** Error code 1 -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project