On Thu, 29 Nov 2018 13:20:37 +0100 Phil Sutter <[email protected]> wrote: > When fixing for shift/reduce conflicts, possibility to invert the last > expression by prefixing with '!' or 'not' was accidentally removed. > > Fix this by allowing for expr to be an inverted expr so that any > reference to it in exprlist accepts the inverted prefix. > > Reported-by: Eric Dumazet <[email protected]> > Fixes: b2038cc0b2403 ("ssfilter: Eliminate shift/reduce conflicts") > Signed-off-by: Phil Sutter <[email protected]>
Applied. THanks.
