From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [PATCH v2 net-next 12/13] ipv6: route: extend flow representation with tunnel key Date: Wed, 19 Aug 2015 20:00:04 +0200 Message-ID: <20150819180004.GC5564@pox.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Jiri Benc Return-path: Received: from mail-wi0-f179.google.com ([209.85.212.179]:33845 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752057AbbHSUra (ORCPT ); Wed, 19 Aug 2015 16:47:30 -0400 Received: by wicne3 with SMTP id ne3so136749874wic.1 for ; Wed, 19 Aug 2015 13:47:29 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 08/19/15 at 12:10pm, Jiri Benc wrote: > Use flowi_tunnel in flowi6 similarly to what is done with IPv4. > This complements commit 1b7179d3adff ("route: Extend flow representation > with tunnel key"). > > Signed-off-by: Jiri Benc Acked-by: Thomas Graf