Re: iptables-save - suggest patch to add functionality

2018-07-22 Thread Alban Vidal
Dear Maintainers, Do you have any news for the following patch ? For remember, this patch is about iptables-save, it add option '-Z' to show 0:0 on counters. If the patch is too old, i can make a new. Thank you. Best regards, Alban Vidal Le 13/03/2018 à 19:37, Alban Vidal a écrit : > Dear

Re: iptables-save - suggest patch to add functionality

2018-03-13 Thread Alban Vidal
Dear Maintainers, Le 13/03/2018 à 15:57, Pablo Neira Ayuso a écrit : > Please, send us patches in git-format-patch, include a patch > description and add your Signed-off-by tag. Please find attached the patch in git-format-patch format. >> +/* if true (opt -Z, --zero): Reset to zero counters of

Re: iptables-save - suggest patch to add functionality

2018-03-13 Thread Pablo Neira Ayuso
On Mon, Mar 12, 2018 at 11:58:01PM +0100, Alban Vidal wrote: [...] > diff --git a/iptables/ip6tables-save.c b/iptables/ip6tables-save.c > index 8e3a6afd..a94beffc 100644 Please, send us patches in git-format-patch, include a patch description and add your Signed-off-by tag. More comments below.

Re: iptables-save - suggest patch to add functionality

2018-03-12 Thread Alban Vidal
Package: iptables Dear Maintainers, Le 11/03/2018 à 21:57, Pablo Neira Ayuso a écrit : > Hi Alban, > > On Tue, Jan 23, 2018 at 11:44:22AM +0100, Alban Vidal wrote: >> 1) Adding -z or --zero option: Reset to zero counters of the chains. > I have no objections to this -z feature, but better use -Z

Re: iptables-save - suggest patch to add functionality

2018-03-11 Thread Pablo Neira Ayuso
Hi Alban, On Tue, Jan 23, 2018 at 11:44:22AM +0100, Alban Vidal wrote: > Package: iptables > > Dear Maintainers, > > Please find attached a suggest patch to add functionality in iptables-save. > > --- > > 1) Adding