Re: [PATCH nft 1/3] datatype: fix parsing of tchandle type

2016-05-30 Thread Pablo Neira Ayuso
On Sun, May 29, 2016 at 06:08:07PM +0800, Liping Zhang wrote: > From: Liping Zhang > > Properly detect tchandle strings in the lexer without quotation marks, > otherwise nft will complain the syntax error like this: > > # nft add rule filter test meta priority set 1:2 > :1:41-41: Error: synt

[PATCH nft 1/3] datatype: fix parsing of tchandle type

2016-05-29 Thread Liping Zhang
From: Liping Zhang Properly detect tchandle strings in the lexer without quotation marks, otherwise nft will complain the syntax error like this: # nft add rule filter test meta priority set 1:2 :1:41-41: Error: syntax error, unexpected colon, expecting end of file or newline or semicolon