Re: [PATCH net-next] selftests: forwarding: Add MPLS L2VPN test

2020-12-04 Thread Jakub Kicinski
On Wed, 2 Dec 2020 15:35:43 +0100 Guillaume Nault wrote: > Connect hosts H1 and H2 using two intermediate encapsulation routers > (LER1 and LER2). These routers encapsulate traffic from the hosts, > including the original Ethernet header, into MPLS. > > Use ping to test reachability between H1 and

[PATCH net-next] selftests: forwarding: Add MPLS L2VPN test

2020-12-02 Thread Guillaume Nault
Connect hosts H1 and H2 using two intermediate encapsulation routers (LER1 and LER2). These routers encapsulate traffic from the hosts, including the original Ethernet header, into MPLS. Use ping to test reachability between H1 and H2. Signed-off-by: Guillaume Nault --- .../testing/selftests/ne