From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: guided option parser, run 6 Date: Wed, 11 May 2011 13:45:01 +0200 Message-ID: <4DCA76BD.5050800@trash.net> References: <1304970912-11520-1-git-send-email-jengelh@medozas.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:63634 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756727Ab1EKQAN (ORCPT ); Wed, 11 May 2011 12:00:13 -0400 In-Reply-To: <1304970912-11520-1-git-send-email-jengelh@medozas.de> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Am 09.05.2011 21:54, schrieb Jan Engelhardt: > The following changes since commit c29f7ef7cb5a31620060ef721d3c65b343eb537a: > > Merge branch 'opts' of git://dev.medozas.de/iptables (2011-05-09 20:23:21 +0200) > > are available in the git repository at: > > git://dev.medozas.de/iptables opts > > Jan Engelhardt (17): > libxtables: support for XTTYPE_PLENMASK > libxt_connlimit: use guided option parser > libxt_recent: use guided option parser > libxtables: do not overlay addr and mask parts, and cleanup > libxtables: flag invalid uses of XTOPT_PUT > libxtables: XTTYPE_PLEN support > libxt_hashlimit: use guided option parser > libxtables: XTTYPE_HOSTMASK support > libxt_policy: use guided option parser > libxt_owner: use guided option parser > libxt_osf: use guided option parser > libxt_multiport: use guided option parser > libipt_NETMAP: use guided option parser > libxt_limit: use guided option parser > libxtables: XTTYPE_PROTOCOL support > libxt_ipvs: use guided option parser > libxt_conntrack: use guided option parser Also pulled, thanks a lot Jan.