Re: [PATCH iproute2] testsuite: Add tests for bareudp tunnels

2020-07-20 Thread Stephen Hemminger
On Fri, 17 Jul 2020 16:39:46 +0200 Guillaume Nault wrote: > Test the plain MPLS (unicast and multicast) and IP (v4 and v6) modes. > Also test the multiproto option for MPLS and for IP. > > Signed-off-by: Guillaume Nault Applied, thanks

[PATCH iproute2] testsuite: Add tests for bareudp tunnels

2020-07-17 Thread Guillaume Nault
Test the plain MPLS (unicast and multicast) and IP (v4 and v6) modes. Also test the multiproto option for MPLS and for IP. Signed-off-by: Guillaume Nault --- testsuite/tests/ip/link/add_type_bareudp.t | 86 ++ 1 file changed, 86 insertions(+) create mode 100755 testsuite/tes