From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] connmark requires ip_conntrack Date: Sun, 30 Oct 2005 16:20:17 +0100 Message-ID: <4364E4B1.5000809@trash.net> References: <43557DF1.60207@eurodev.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist , Piotr Chytla Return-path: To: Pablo Neira In-Reply-To: <43557DF1.60207@eurodev.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Pablo Neira wrote: > Hi Patrick, > > The connmark match/target require ip_conntrack to work. This patch add > such dependency via need_ip_conntrack(). Thanks to Piotr Chytla for > spotting this problem. For the CONNMARK target it makes sense. As for matches, I don't really like loading modules where semantically something else (like assuming 0) would also make sense, but I've applied the patch for consistency reasons with other matches. Thanks.