From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Westphal Subject: Re: iptables: missing connlabel.conf causes unnecessary error messages Date: Fri, 5 Sep 2014 11:51:37 +0200 Message-ID: <20140905095137.GC934@breakpoint.cc> References: <20140905091305.GB934@breakpoint.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Westphal , netfilter-devel@vger.kernel.org To: Thomas De Schampheleire Return-path: Received: from Chamillionaire.breakpoint.cc ([80.244.247.6]:58021 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755840AbaIEJvj (ORCPT ); Fri, 5 Sep 2014 05:51:39 -0400 Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Thomas De Schampheleire wrote: > On Fri, Sep 5, 2014 at 11:13 AM, Florian Westphal wrote: > > Thomas De Schampheleire wrote: > >> Commit http://git.netfilter.org/iptables/commit/?id=51340f7b6a1103b12d86ef488f7140406d80401e > >> removed the default /etc/xtables/connlabel.conf file distributed with netfilter. > >> > >> From this commit onwards, every call to iptables will show the message: > >> cannot open connlabel.conf, not registering 'connlabel' match: No > >> such file or directory > > > > Right, this happens for static builds. > > If with 'static' you mean 'statically linked', then this is not correct. > My iptables application is dynamically linked: I meant --enable-static during configure stage.