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
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
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