Hi Eric, On Fri, Mar 06, 2020 at 11:14:46AM -0500, Eric Garver wrote: > Thanks for taking a look at this. > > On Fri, Mar 06, 2020 at 04:22:10PM +0100, Phil Sutter wrote: > > Duplicate commit 8ac2f3b2fca38's changes to bison parser into JSON > > parser by introducing a new context flag signalling we're parsing > > concatenated expressions. > > > > Fixes: 8ac2f3b2fca38 ("src: Add support for concatenated set ranges") > > Signed-off-by: Phil Sutter <phil@xxxxxx> > > --- > > I was able to verify this change allows "prefix" inside "concat", but it > introduces issues with other matches, e.g. payload and meta. > > The below incremental allows those to work, but there are probably > issues with other match fields. Oh crap, you're right - I forgot to add the flag to what previously was caught as primary expression. Thanks for the quick test, I'll respin. Thanks, Phil