Date: Wed, 18 Aug 2004 19:03:47 -0700 From: Sean McNeil <sean@mcneil.com> To: freebsd-current@freebsd.org Subject: ipfw2 broken Message-ID: <1092881027.999.3.camel@server.mcneil.com>
next in thread | raw e-mail | index | archive | help
How do I get the ipfw2 module to compile with divert? It doesn't recognize the following in my config file when building the module: options IPFIREWALL_FORWARD options IPDIVERT Also, the /etc/rc.d/ipfw script is looking for an invalid sysctl var: net.inet.ip.fw.enable and it will fail if I have the IPFIREWALL option which compiles the code into the kernel because it will try to load and return 1 on a failure. This is an amd64 system. Cheers, Sean
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1092881027.999.3.camel>