From owner-freebsd-ipfw@FreeBSD.ORG Thu May 7 22:40:08 2009 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 074491065670 for ; Thu, 7 May 2009 22:40:08 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 7F5D58FC18 for ; Thu, 7 May 2009 22:40:07 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 53366 invoked by uid 89); 7 May 2009 22:41:43 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 7 May 2009 22:41:43 -0000 Message-ID: <4A03633E.40302@ibctech.ca> Date: Thu, 07 May 2009 18:39:58 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Raffaele De Lorenzo References: <3233DB7C-06E8-4AFE-9704-0F900925DAE3@libero.it> <4A0348D2.5050906@ibctech.ca> <5E7FA6DC-E311-406D-8F9A-D832BC80FA98@libero.it> In-Reply-To: <5E7FA6DC-E311-406D-8F9A-D832BC80FA98@libero.it> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ipfw@freebsd.org, Kevin Oberman , Luigi Rizzo Subject: Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 22:40:08 -0000 Raffaele De Lorenzo wrote: > Thank you Steve. > I think that this is a header problem (O_IP6_SRC_LOOKUP ecc are defined > inside the header).... are you posted the new "ip_fw.h" file in > "/sys/netinet/" directory? I did: fbsd1# ll /usr/src/sys/netinet | grep ip_fw.h -rw-r--r-- 1 root wheel 20916 May 7 16:38 ip_fw.h fbsd1# grep O_IP6 /usr/src/sys/netinet/ip_fw.h O_IP6_SRC_LOOKUP, /* arg1=table number, u32=value */ O_IP6_DST_LOOKUP, /* arg1=table number, u32=value */ O_IP6_SRC, /* address without mask */ O_IP6_SRC_ME, /* my addresses */ O_IP6_SRC_MASK, /* address with the mask */ O_IP6_DST, O_IP6_DST_ME, O_IP6_DST_MASK, O_IP6, fbsd1# cd /usr/src/sbin/ipfw fbsd1# make clean rm -f ipfw ipfw2.o dummynet.o ipv6.o main.o nat.o altq.o ipfw.8.gz ipfw.8.cat.gz ...but the problem persists with "make". I don't do a lot of custom patching, so I'm hoping that this is my fault. I can provide SSH access to the box if you can help me figure out the problem. Cheers, Steve