Re: [PATCH iproute2-next] ip fou: Support binding FOU ports

2019-04-17 Thread David Ahern
On 4/9/19 1:14 PM, Kristian Evensen wrote: > diff --git a/include/uapi/linux/fou.h b/include/uapi/linux/fou.h > index bf022c63..9f915118 100644 > --- a/include/uapi/linux/fou.h > +++ b/include/uapi/linux/fou.h > @@ -16,6 +16,12 @@ enum { > FOU_ATTR_IPPROTO, /* u8 */ >

[PATCH iproute2-next] ip fou: Support binding FOU ports

2019-04-09 Thread Kristian Evensen
This patch adds support for binding FOU ports using iproute2. Kernel-support was added in 1713cb37bf67 ("fou: Support binding FoU socket"). The parse function now handles new arguments for setting the binding-related attributes, while the print function writes the new attributes if they are set. A