From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH 1/1] iptables: Add file output option to iptables-save Date: Fri, 26 May 2017 14:31:47 +0200 Message-ID: <20170526123147.GA28597@salvia> References: <1495801516-14937-1-git-send-email-ojford@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Oliver Ford Return-path: Received: from mail.us.es ([193.147.175.20]:45402 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967183AbdEZMbw (ORCPT ); Fri, 26 May 2017 08:31:52 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 77CF61DF5A0 for ; Fri, 26 May 2017 14:31:43 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 67690100A41 for ; Fri, 26 May 2017 14:31:43 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 83A4A100A44 for ; Fri, 26 May 2017 14:31:41 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1495801516-14937-1-git-send-email-ojford@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, May 26, 2017 at 12:25:16PM +0000, Oliver Ford wrote: > Adds an option to output the results of iptables-save, > ip6tables-save, and xtables-save save to a file. > Updates the man page with this new option. > > Uses the dup2 call to replace stdout with the specified file. > Error output is unchanged. > > This is a feature requested by a Gentoo developer in > Bugzilla #905. Please, update manpage to include this new option and send v2. Thanks.