Re: [PATCH 4/4 v3] nftables: rule: Change the field "rule->comment" for an nftnl_udata_buf MIME-Version: 1.0

2016-03-10 Thread Carlos Falgueras García
Thanks for the feedback; On 08/03/16 14:13, Pablo Neira Ayuso wrote: On Mon, Mar 07, 2016 at 06:10:41PM +0100, Carlos Falgueras García wrote: diff --git a/src/parser_bison.y b/src/parser_bison.y index 05ade0f..ed1b63a 100644 --- a/src/parser_bison.y +++ b/src/parser_bison.y @@ -24,6 +24,7 @@

Re: [PATCH 4/4 v3] nftables: rule: Change the field "rule->comment" for an nftnl_udata_buf MIME-Version: 1.0

2016-03-08 Thread Pablo Neira Ayuso
On Mon, Mar 07, 2016 at 06:10:41PM +0100, Carlos Falgueras García wrote: > Now it is possible to store multiple variable length user data into rule. > Modify the parser in order to fill the nftnl_udata with the comment, and the > print function for extract these commentary and print it to user. >