From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next] iproute_lwtunnel: allow specifying 'src' for 'encap ip' / 'encap ip6' Date: Fri, 17 Aug 2018 14:20:08 -0600 Message-ID: References: <20180817073134.19569-1-shmulik.ladkani@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, shmulik.ladkani@metanetworks.com, Shmulik Ladkani To: Shmulik Ladkani , stephen@networkplumber.org Return-path: Received: from mail-pf1-f194.google.com ([209.85.210.194]:40737 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726214AbeHQXY6 (ORCPT ); Fri, 17 Aug 2018 19:24:58 -0400 Received: by mail-pf1-f194.google.com with SMTP id e13-v6so3952167pff.7 for ; Fri, 17 Aug 2018 13:20:11 -0700 (PDT) In-Reply-To: <20180817073134.19569-1-shmulik.ladkani@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 8/17/18 1:31 AM, Shmulik Ladkani wrote: > This allows the user to specify the LWTUNNEL_IP_SRC/LWTUNNEL_IP6_SRC > when setting an lwtunnel encapsulation route. > > Signed-off-by: Shmulik Ladkani > --- > ip/iproute_lwtunnel.c | 22 ++++++++++++++++++++-- > 1 file changed, 20 insertions(+), 2 deletions(-) > applied to iproute2-next. Thanks