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-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