From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 2/5] ip fou: Support to configure foo-over-udp RX Date: Sun, 2 Nov 2014 12:53:36 -0800 Message-ID: <20141102125336.47792bd2@urahara> References: <1412351718-22921-1-git-send-email-therbert@google.com> <1412351718-22921-3-git-send-email-therbert@google.com> <20141102113610.785543ff@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, netdev@vger.kernel.org To: Tom Herbert Return-path: Received: from mail-pa0-f43.google.com ([209.85.220.43]:51684 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbaKBUxt (ORCPT ); Sun, 2 Nov 2014 15:53:49 -0500 Received: by mail-pa0-f43.google.com with SMTP id eu11so10933562pac.16 for ; Sun, 02 Nov 2014 12:53:48 -0800 (PST) In-Reply-To: <20141102113610.785543ff@urahara> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, 2 Nov 2014 11:36:10 -0800 Stephen Hemminger wrote: > On Fri, 3 Oct 2014 08:55:15 -0700 > Tom Herbert wrote: > > > Added 'ip fou...' commands to enable/disable UDP ports for doing > > foo-over-udp and Generic UDP Encapsulation variant. Arguments are port > > number to bind to and IP protocol to map to port (for direct FOU). > > > > Examples: > > > > ip fou add port 7777 gue > > ip fou add port 8888 ipproto 4 > > > > The first command creates a GUE port, the second creates a direct FOU > > port for IPIP (receive payload is a assumed to be an IPv4 packet). > > > > Signed-off-by: Tom Herbert > > Accepted. > Also discovered that fou.h was missing from kernel Kbuild uapi. I backed out the change since the rest of the patch series has issues. Please fix and r