From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nft 3/3] rule: fix use of intervals in set declarations Date: Fri, 19 Jun 2015 15:48:16 +0200 Message-ID: <20150619134816.GA19433@salvia> References: <1434719718-10371-1-git-send-email-pablo@netfilter.org> <1434719718-10371-3-git-send-email-pablo@netfilter.org> <20150619131336.GH22946@acer.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, admin@rollinix.net, niels@kristensen.io, tom@compton.nu To: Patrick McHardy Return-path: Received: from mail.us.es ([193.147.175.20]:58060 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751391AbbFSNm6 (ORCPT ); Fri, 19 Jun 2015 09:42:58 -0400 Content-Disposition: inline In-Reply-To: <20150619131336.GH22946@acer.localdomain> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Jun 19, 2015 at 03:13:36PM +0200, Patrick McHardy wrote: > > static int do_add_setelems(struct netlink_ctx *ctx, const struct handle *h, > > - const struct expr *expr) > > + const struct location *loc, struct expr *expr) > > { > > - if (netlink_add_setelems(ctx, h, expr) < 0) > > + struct set *set; > > + > > + if (netlink_get_set(ctx, h, loc) < 0) > > I think we should get it from the internal list and not from the > kernel. There is no such internal list at this moment, we retrieve the list only for do_command_list(). Are you suggesting to add the code to retrieve it inconditionally initially? > We can't add intervals to existing sets so far anyways, and this > would allow it, but it wouldn't work. Not sure what you mean with this. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in