From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next] tc: Fix compilation error with old iptables Date: Tue, 27 Mar 2018 07:40:38 -0600 Message-ID: <7df3386a-0721-27a0-a846-ce6cdfb2323a@gmail.com> References: <1522142448-27697-1-git-send-email-roid@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Stephen Hemminger , Eyal Birger To: Roi Dayan Return-path: Received: from mail-io0-f194.google.com ([209.85.223.194]:37431 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752636AbeC0Nkn (ORCPT ); Tue, 27 Mar 2018 09:40:43 -0400 Received: by mail-io0-f194.google.com with SMTP id y128so27654828iod.4 for ; Tue, 27 Mar 2018 06:40:43 -0700 (PDT) In-Reply-To: <1522142448-27697-1-git-send-email-roid@mellanox.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 3/27/18 3:20 AM, Roi Dayan wrote: > The compat_rev field does not exists in old versions of iptables. > e.g. iptables 1.4. > > Fixes: dd29621578d2 ("tc: add em_ipt ematch for calling xtables matches from tc matching context") > Signed-off-by: Roi Dayan > --- > tc/em_ipt.c | 2 ++ > 1 file changed, 2 insertions(+) > Applied to iproute2-next. Thanks,