Re: [PATCH nft] src: Allow to list ruleset without stateful information

2017-01-16 Thread Pablo Neira Ayuso
On Fri, Jan 13, 2017 at 12:50:58PM -0200, Elise Lennion wrote: > Currently only counter and quota have stateful information. > > Standard list ruleset: > > table ip x { > chain y { > type filter hook output priority 0; policy accept; > tcp dport https counter pac

[PATCH nft] src: Allow to list ruleset without stateful information

2017-01-13 Thread Elise Lennion
Currently only counter and quota have stateful information. Standard list ruleset: table ip x { chain y { type filter hook output priority 0; policy accept; tcp dport https counter packets 149 bytes 10085 tcp dport https quota 1025 mbytes us