commit | 190f887c3cd0d07e53a7d44162c951451f4f5528 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Sun Mar 04 17:37:47 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 05 10:44:29 2018 -0500 |
tree | 6929523f1017de3335a2e822b680ba7deeebed3c | |
parent | 955dc68cb9b23b42999cafe6df3684309bc686c6 [diff] |
selftests: forwarding: Add suppport to create veth interfaces For tests using veth interfaces, the test infrastructure can create the netdevs if they do not exist. Arguably this is a preferred approach since the tests require p$N and p$(N+1) to be pairs. Signed-off-by: David Ahern <dsahern@gmail.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>