From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute PATCH] ssfilter: Eliminate shift/reduce conflicts Date: Tue, 27 Mar 2018 11:42:32 -0700 Message-ID: <20180327114232.594f7ba6@xeon-e3> References: <20180324174514.17840-1-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Phil Sutter Return-path: Received: from mail-pl0-f65.google.com ([209.85.160.65]:45901 "EHLO mail-pl0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbeC0Smf (ORCPT ); Tue, 27 Mar 2018 14:42:35 -0400 Received: by mail-pl0-f65.google.com with SMTP id n15-v6so14640098plp.12 for ; Tue, 27 Mar 2018 11:42:34 -0700 (PDT) In-Reply-To: <20180324174514.17840-1-phil@nwl.cc> Sender: netdev-owner@vger.kernel.org List-ID: On Sat, 24 Mar 2018 18:45:14 +0100 Phil Sutter wrote: > The problematic bit was the 'expr: expr expr' rule. Fix this by making > 'expr' token represent a single filter only and introduce a new token > 'exprlist' to represent a combination of filters. > > Signed-off-by: Phil Sutter Thanks for fixing this. It was always a nuisance.