From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 11 13:01:02 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75C2016A4CE for ; Thu, 11 Nov 2004 13:01:02 +0000 (GMT) Received: from grsu.by (grsu.by [194.158.202.115]) by mx1.FreeBSD.org (Postfix) with SMTP id F1C7043D53 for ; Thu, 11 Nov 2004 13:00:59 +0000 (GMT) (envelope-from grog@grsu.by) Received: (qmail 84612 invoked from network); 11 Nov 2004 13:00:00 -0000 Received: from unknown (HELO ?10.31.16.99?) (grog@10.31.16.99) by grsu.by with SMTP; 11 Nov 2004 12:59:59 -0000 Message-ID: <419364A3.2080909@grsu.by> Date: Thu, 11 Nov 2004 15:09:55 +0200 From: Yury Tarasievich User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <41922C27.2090400@grsu.by> In-Reply-To: <41922C27.2090400@grsu.by> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: IPDIVERT option not getting compiled? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 13:01:02 -0000 Yury Tarasievich wrote: > Just recently I've run into this: > > when compiling kernel in 4.10-RELEASE and in 4-STABLE, "options > IPDIVERT" does not produce enabled divert in firewall code. Previously > (meaning other machines and previous 4.* variants) the configuration > compiled/worked okay. > > I've used the attached config for kernel (with commented out SMP and > APIC_IO). > > I've compiled both with and without make.conf including IPFW2=TRUE. Even simple adding options IPDIVERT to GENERIC doesn't work, and not just in firewall, but by having no ipdivert code in kernel whatsoever. I'm at a loss. ,Yury