From patchwork Fri Aug 10 15:07:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Sutter X-Patchwork-Id: 956284 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netfilter-devel-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=nwl.cc Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41n7m56jY5z9ryt for ; Sat, 11 Aug 2018 01:08:05 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727880AbeHJRiU (ORCPT ); Fri, 10 Aug 2018 13:38:20 -0400 Received: from orbyte.nwl.cc ([151.80.46.58]:53534 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727404AbeHJRiU (ORCPT ); Fri, 10 Aug 2018 13:38:20 -0400 Received: from localhost ([::1]:40578 helo=tatos) by orbyte.nwl.cc with esmtp (Exim 4.90_1) (envelope-from ) id 1fo91H-0007Ct-Ih; Fri, 10 Aug 2018 17:08:03 +0200 From: Phil Sutter To: Pablo Neira Ayuso Cc: Florian Westphal , netfilter-devel@vger.kernel.org Subject: [iptables PATCH 0/3] libxt vs libebt fixes Date: Fri, 10 Aug 2018 17:07:34 +0200 Message-Id: <20180810150737.16959-1-phil@nwl.cc> X-Mailer: git-send-email 2.18.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org This series fixes a nasty bug in ebtables-nft in patch 1. Patches 2 and 3 are cleanups in the same area. Phil Sutter (3): xtables: Use native nftables limit expression ebtables: Merge libebt_limit.c into libxt_limit.c arptables: Drop extensions/libxt_mangle.c extensions/libebt_limit.c | 205 --------- extensions/libxt_limit.c | 102 ++++- extensions/libxt_mangle.c | 396 ------------------ iptables/nft-shared.c | 46 ++ iptables/nft.c | 53 ++- .../ebtables/0002-ebtables-save-restore_0 | 6 +- .../ebtables/0003-ebtables-restore-defaults_0 | 4 +- iptables/xtables-eb.c | 5 +- 8 files changed, 192 insertions(+), 625 deletions(-) delete mode 100644 extensions/libebt_limit.c delete mode 100644 extensions/libxt_mangle.c