Re: [PATCH net-next 01/14] selftests: forwarding: Add initial testing framework

2018-02-26 Thread Andrew Lunn
> + br0 > + + > + vrf-h1 | vrf-h2 > + ++---+++ > + |||| > +192.0.2.1/24 ++++ 192.0.2.2/24 > +

[PATCH net-next 01/14] selftests: forwarding: Add initial testing framework

2018-02-26 Thread Ido Schimmel
Add initial framework to test packet forwarding functionality. The tests can run on actual devices using loop-backed cables or using veth pairs. Signed-off-by: Jiri Pirko Signed-off-by: Ido Schimmel --- tools/testing/selftests/net/forwarding/.gitignore | 1 + tools/testing/selftests/net/forw