Re: [PATCH iproute2] Bareudp device support

2019-10-08 Thread Stephen Hemminger
On Tue, 8 Oct 2019 16:29:21 +0530 Martin Varghese wrote: > From: Martin > > The Bareudp device provides a generic L3 encapsulation for tunnelling > different protocols like MPLS,IP,NSH, etc. inside a UDP tunnel. > > Signed-off-by: Martin Varghese When you resubmit this should go to iproute2

Re: [PATCH iproute2] Bareudp device support

2019-10-08 Thread Stephen Hemminger
On Tue, 8 Oct 2019 16:29:21 +0530 Martin Varghese wrote: Overall ok, but where is man page? > + > + if (tb[IFLA_BAREUDP_PORT]) > + print_uint(PRINT_ANY, > + "port", > + "dstport %u ", > + rta_get

[PATCH iproute2] Bareudp device support

2019-10-08 Thread Martin Varghese
From: Martin The Bareudp device provides a generic L3 encapsulation for tunnelling different protocols like MPLS,IP,NSH, etc. inside a UDP tunnel. Signed-off-by: Martin Varghese --- include/uapi/linux/if_link.h | 12 ip/Makefile | 2 +- ip/iplink_bareudp.c | 1