Re: [PATCH nf] netfilter: nft_hash: do not dump the auto generated seed

2017-04-13 Thread Pablo Neira Ayuso
On Mon, Apr 03, 2017 at 04:34:38PM +0800, Liping Zhang wrote: > From: Liping Zhang > > This can prevent the nft utility from printing out the auto generated > seed to the user, which is unnecessary and confusing. Applied, thanks. -- To unsubscribe from this list: send the

Re: [PATCH nf] netfilter: nft_hash: do not dump the auto generated seed

2017-04-12 Thread Laura García Liébana
On Wed, Apr 12, 2017 at 10:43 PM, Florian Westphal wrote: > Liping Zhang wrote: >> >> +++ b/net/netfilter/nft_hash.c >> >> @@ -21,6 +21,7 @@ struct nft_hash { >> >> enum nft_registers sreg:8; >> >> enum nft_registers dreg:8; >> >>

Re: [PATCH nf] netfilter: nft_hash: do not dump the auto generated seed

2017-04-12 Thread Florian Westphal
Liping Zhang wrote: > >> +++ b/net/netfilter/nft_hash.c > >> @@ -21,6 +21,7 @@ struct nft_hash { > >> enum nft_registers sreg:8; > >> enum nft_registers dreg:8; > >> u8 len; > >> + bool

Re: [PATCH nf] netfilter: nft_hash: do not dump the auto generated seed

2017-04-07 Thread Liping Zhang
Hi Laura, 2017-04-08 5:19 GMT+08:00 Laura García Liébana : > On Mon, Apr 3, 2017 at 10:34 AM, Liping Zhang wrote: >> >> From: Liping Zhang >> >> This can prevent the nft utility from printing out the auto generated >> seed to the

Re: [PATCH nf] netfilter: nft_hash: do not dump the auto generated seed

2017-04-07 Thread Laura García Liébana
On Mon, Apr 3, 2017 at 10:34 AM, Liping Zhang wrote: > > From: Liping Zhang > > This can prevent the nft utility from printing out the auto generated > seed to the user, which is unnecessary and confusing. > > Signed-off-by: Liping Zhang

[PATCH nf] netfilter: nft_hash: do not dump the auto generated seed

2017-04-03 Thread Liping Zhang
From: Liping Zhang This can prevent the nft utility from printing out the auto generated seed to the user, which is unnecessary and confusing. Signed-off-by: Liping Zhang --- net/netfilter/nft_hash.c | 10 +++--- 1 file changed, 7 insertions(+), 3