From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: xt_connlimit 20070625 Date: Mon, 25 Jun 2007 17:05:12 +0200 Message-ID: <467FD9A8.2030107@trash.net> References: <467BAF07.6020502@trash.net> <467FA9CE.8000805@trash.net> <467FB87D.9020004@trash.net> <467FD52E.4050705@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List 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 Jun 25 2007 16:46, Patrick McHardy wrote: > >>>Thing is.. >>>static int count_them(struct xt_connlimit_data *data, u_int32_t addr, >>> u_int32_t mask, struct nf_conn *ct) >>> >>>I'd need a u_int128_t for IPv6. (Or a clever idea.) >>>Suggestions for elegant solution? >> >>struct xt_conntrack_address > > > Is that something I yet have to invent, or is it part of some other git tree? nf_conntrack_address. Should be somewhere under include/net I think.