From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mr Dash Four Subject: Re: [ANNOUNCE] ipset 6.12 released Date: Thu, 10 May 2012 23:00:39 +0100 Message-ID: <4FAC3A87.3010500@googlemail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: netfilter-devel@vger.kernel.org Return-path: Received: from mail-wg0-f44.google.com ([74.125.82.44]:42416 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760746Ab2EJWAq (ORCPT ); Thu, 10 May 2012 18:00:46 -0400 Received: by wgbdr13 with SMTP id dr13so1897812wgb.1 for ; Thu, 10 May 2012 15:00:45 -0700 (PDT) In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: > the point of this feature is providing the easy way that the > third-party or the experimental modules > plug into the existing ipset userspace binary without recompile. > > You could build the experimental ipset "FOO" kernel module and build > the shared-lib of "FOO" userspace tool module and > plug into the system without recompile the ipset userspace tool at > all. It's inspired by iptables (kernel/userspace module). > Is there a documentation on how to do that? For example, if I wish to add my own ipset type/matching (as a separate module), where do I start looking?