Re: [PATCH iproute2] geneve: add support for lwt tunnel creation and dst port selection

2016-02-04 Thread Stephen Hemminger
On Thu, 28 Jan 2016 14:48:55 +0100 Paolo Abeni wrote: > This change add the ability to create lwt/flow based/externally > controlled geneve device and to select the udp destination port used > by a full geneve tunnel. > > Signed-off-by: Paolo Abeni Applied

[PATCH iproute2] geneve: add support for lwt tunnel creation and dst port selection

2016-01-28 Thread Paolo Abeni
This change add the ability to create lwt/flow based/externally controlled geneve device and to select the udp destination port used by a full geneve tunnel. Signed-off-by: Paolo Abeni --- ip/iplink_geneve.c | 41 - 1 file changed, 36 insertions(+), 5 dele