On Wed, Sep 24, 2014 at 10:46:46AM +0200, Eric Leblond wrote: > Hi, > > On Wed, 2014-09-17 at 10:01 +0200, Patrick McHardy wrote: > > On Wed, Sep 17, 2014 at 09:52:11AM +0200, Arturo Borrero Gonzalez wrote: > > > On 17 September 2014 09:45, Patrick McHardy <kaber@xxxxxxxxx> wrote: > > > > Add tokens for "new" and "destroy". Split up the monitor flags into an > > > > event and an object to avoid lots of duplicated code. > > > > > > > > Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> > > > > --- > > > > > > I think the 'new' keyword may clash with 'ct new', don't you?. That's > > > why Pablo did the parser that way. > > > > Right. The split into event and object still saves a lot of code, I'll > > add back the strcmp if I can't think of a nicer way to fix this. > > > > I'm working on command line completion based on the bison grammar, so > > I'd prefer to only use strings for identifiers, not for keywords. > > I confirm that 102c300 "parser: simplify monitor command parsing" breaks > the "ct state new" filter so current nftables git is not usable. > > For the record the error is the following: > nft> add rule inet filter input ct state new > <cli>:1:37-39: Error: syntax error, unexpected new > add rule inet filter input ct state new > ^^^ > > And this is also caught by regression tests: > nftables/tests/regression# ./nft-test.py any/ct.t > any/ct.t: ERROR: line 10: nft add rule -nnn ip test-ip4 output ct state new,established, related, untracked: This rule should not have failed. > any/ct.t: ERROR: line 12: nft add rule -nnn ip test-ip4 output ct state {new,established, related, untracked}: This rule should not have failed. > > Patrick, let me know if you can look into it. If not I will try to have > a look this week end or next week. I have a rather large patchset that reorganizes the parser and fixes this for all constants that clash with keywords, but it will take a day or two. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html