From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: xt_connlimit 20070707 kernel Date: Fri, 13 Jul 2007 17:03:54 +0200 Message-ID: <4697945A.8090806@trash.net> References: <46925543.6060205@trash.net> <46925580.9030608@trash.net> <200707131418.l6DEIudN010879@toshiba.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org, Yasuyuki KOZAKAI To: Jan Engelhardt Return-path: In-Reply-To: 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 Jan Engelhardt wrote: > On Jul 13 2007 23:18, Yasuyuki KOZAKAI wrote: > >>JFYI: I've fixed compile error in the case of NO_SHARED_LIBS=1. The >>function name for initialization needs to be _init, not >>libipt_connlimit_init. > > > Uhm, that's why there is __attribute__((constructor)). Because *having* an > _init in a shared library has often failed on me. Example: > > [...] It works for other extensions, so it will also work for this one.