Re: [iptables PATCH 0/3] libxt vs libebt fixes

2018-08-16 Thread Pablo Neira Ayuso
On Fri, Aug 10, 2018 at 05:07:34PM +0200, Phil Sutter wrote:
> This series fixes a nasty bug in ebtables-nft in patch 1. Patches 2 and
> 3 are cleanups in the same area.

Series applied, thanks Phil.


[iptables PATCH 0/3] libxt vs libebt fixes

2018-08-10 Thread Phil Sutter
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

-- 
2.18.0