From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute PATCH] ssfilter: Fix for inverted last expression Date: Mon, 3 Dec 2018 14:38:16 -0800 Message-ID: <20181203143816.657650c7@shemminger-XPS-13-9360> References: <20181129122037.10569-1-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Eric Dumazet , David Ahern , Eric Dumazet To: Phil Sutter Return-path: Received: from mail-pl1-f194.google.com ([209.85.214.194]:34706 "EHLO mail-pl1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725962AbeLCWiT (ORCPT ); Mon, 3 Dec 2018 17:38:19 -0500 Received: by mail-pl1-f194.google.com with SMTP id w4so7211490plz.1 for ; Mon, 03 Dec 2018 14:38:19 -0800 (PST) In-Reply-To: <20181129122037.10569-1-phil@nwl.cc> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 29 Nov 2018 13:20:37 +0100 Phil Sutter 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 > Fixes: b2038cc0b2403 ("ssfilter: Eliminate shift/reduce conflicts") > Signed-off-by: Phil Sutter Applied. THanks.