From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] nftables: add 'delete map' syntax Date: Sat, 30 Nov 2013 21:54:03 +0100 Message-ID: <20131130205403.GD8306@localhost> References: <20131130204121.GA23143@home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Phil Oester Return-path: Received: from mail.us.es ([193.147.175.20]:51298 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124Ab3K3UyI (ORCPT ); Sat, 30 Nov 2013 15:54:08 -0500 Content-Disposition: inline In-Reply-To: <20131130204121.GA23143@home> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sat, Nov 30, 2013 at 12:41:21PM -0800, Phil Oester wrote: > Creating a map is done via "add map". However, to delete a map requires using > "delete set", which is confusing. Add the appropriate synonym to parser. > The downside to this is that one can now delete a set with "delete map", but > this seems a minor issue. It could of course be fixed by adding a new > CMD_OBJ_MAP. > > This closes netfilter bugzilla #879. Applied this fix as well. Thanks.