[ipfw patch - add ipv6 support for table mechanism] request for testing/commit

Steve Bertrand steve at ibctech.ca
Thu May 7 22:40:08 UTC 2009


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


More information about the freebsd-ipfw mailing list